Live data from Hacker News

Viewing profile — Lucretia9

Lucretia9

HN member
Joined
Thu, May 18, 2017, 5:01 AM UTC
HN karma
114
Public activity
90 items

About Lucretia9

https://github.com/Lucretia/

Recent public activity

  1. comment
    Comment #43002388

    [flagged]

  2. comment
    Comment #43002381

    That's why Toyota moved to Ada, because their C or C++ software caused crashes.

  3. comment
    Comment #43000985

    Pattern matching is in all functional languages, afaik.

  4. 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…

  5. comment
    Comment #43000900

    c is the new BASIC.

  6. 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.

  7. comment
    Comment #43000555

    If the price is not on the website, you can't afford it.

  8. comment
    Comment #43000546

    Your first point cancels out your fourth.

  9. comment
    Comment #42540987

    Ada has the concept of Pools, the heap is one of the pools, you can define your own.

  10. comment
    Comment #42540468

    Pretty sure Java in vscode and android studio places block names after }'s because it's hard to read otherwise.

  11. 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.…

  12. 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++.

  13. comment
    Comment #42540289

    What are the options required to build an android gcc these days?

  14. 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.

  15. comment
    Comment #40134209

    Alire is a frontend to the toolchain, including gprbuild, it just handles grabbing the projects as well.

  16. comment
    Comment #37993037

    An Ada image with zero use of Ada.

  17. 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.

  18. comment
    Comment #37398066

    Put in a pistorm and the new roms.

  19. 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 .

  20. comment
    Comment #37398021

    Use AmigaE, far nicer than C. Never tried Chris Handley's "Portabl E" compiler.

  21. comment
  22. comment
    Comment #30219705

    Yeah, I remember seeing that years ago, shame it's not open and only win/mac.

  23. comment
    Comment #30184874

    I didn't say it was. https://blog.adacore.com/a-modern-syntax-for-ada

  24. comment
    Comment #30182743

    The joke was on AdaCore's website.

  25. comment
    Comment #30182722

    Maybe a bit like this? https://github.com/Lucretia/orenda/blob/master/samples/modul...