Viewing profile — Lucretia9
Lucretia9
HN member- Joined
- Thu, May 18, 2017, 5:01 AM UTC
- HN karma
- 114
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About Lucretia9
Recent public activity
-
comment
Comment #43002388
[flagged]
-
comment
Comment #43002381
That's why Toyota moved to Ada, because their C or C++ software caused crashes.
-
comment
Comment #43000985
Pattern matching is in all functional languages, afaik.
-
comment
Comment #43000946
Ada has ranges and subtypes. type Angles is 0 .. 360; subtype Acute_Angles is range Angles'First .. 90; Subtypes can be used with the parent type without conversions. Pascal only h…
-
comment
Comment #43000900
c is the new BASIC.
-
comment
Comment #43000807
FYI, re the ranges in rust, you can do a range minus 10 in Ada, I use it in my SDL2 bindings.
-
comment
Comment #43000555
If the price is not on the website, you can't afford it.
-
comment
Comment #43000546
Your first point cancels out your fourth.
-
comment
Comment #42540987
Ada has the concept of Pools, the heap is one of the pools, you can define your own.
-
comment
Comment #42540468
Pretty sure Java in vscode and android studio places block names after }'s because it's hard to read otherwise.
-
comment
Comment #42540417
You talk about C and C++ yet call Ada "ancient," C from 1969 and C++ from 1979. Whereas Ada's first version is from 1980 and first standardised version (different to 1980) in 1983.…
-
comment
Comment #42540320
GetIntoGamedev is not old, he's in his 20's. The issue is, is that people are not prepared to trying something if it doesn't look like C or C++.
-
comment
Comment #42540289
What are the options required to build an android gcc these days?
-
comment
Comment #40136745
Look at the "Linking" section https://github.com/ada-game-framework/sdlada I'm looking into getting it all automated through pragma's and gpr's.
-
comment
Comment #40134209
Alire is a frontend to the toolchain, including gprbuild, it just handles grabbing the projects as well.
-
comment
Comment #37993037
An Ada image with zero use of Ada.
-
comment
Comment #37993000
Don't know why you think that, I learnt some COBOL using microfocus' compiler on a pc at college, it was fine.
-
comment
Comment #37398066
Put in a pistorm and the new roms.
-
comment
Comment #37398054
The books are all available now, archive.org and other places including this one which is also hosting the wip RKM https://www.retro-commodore.eu/rkrm-wip .
-
comment
Comment #37398021
Use AmigaE, far nicer than C. Never tried Chris Handley's "Portabl E" compiler.
- comment
-
comment
Comment #30219705
Yeah, I remember seeing that years ago, shame it's not open and only win/mac.
-
comment
Comment #30184874
I didn't say it was. https://blog.adacore.com/a-modern-syntax-for-ada
-
comment
Comment #30182743
The joke was on AdaCore's website.
-
comment
Comment #30182722
Maybe a bit like this? https://github.com/Lucretia/orenda/blob/master/samples/modul...