Viewing profile — kevlar700
kevlar700
HN member- Joined
- Mon, Jun 20, 2022, 4:10 PM UTC
- HN karma
- 123
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About kevlar700
No profile information was provided.
Recent public activity
-
comment
Comment #44052081
True but it was far more open than a committee. The STRAWMAN requirements were circulated widely for comment to industry, military, federal and academic communities and to select e…
-
comment
Comment #44049712
Interestingly Co-Pilot gets it wrong and states Ada was designed by committees instead of being multiple competitive processes. How misunderstood Ada is. https://copilot.microsoft.…
-
comment
Comment #43229675
Loving Ada without using exceptions or inheritance on embedded and desktop. Some love Ada full OOP tagged types. I love Ada procedural style with privacy and abstract data types. I…
-
comment
Comment #43046725
There is a podcast and blackhat? video about Nvidia choosing SPARK over Rust. Not because of formal verification at all but because it is a more developed prospect and offers bette…
-
comment
Comment #43046662
SPARK is free for all to use and is open source. They chose to pay for Adacores pro support services and verified pro Ada compiler over the FSF GCC/Gnat Ada compiler. Spark is actu…
-
comment
Comment #42999752
Predicates are great but most of the good stuff including privacy, proper subtyping and abstract data types came with Ada 83. Rust can't hold a candle even to Ada 83 imo.
-
comment
Comment #42999724
Hardware products like sensor and control devices. I also use it for desktop tooling whenever a script wants a for loop. Unfortunately I use Flutter for GUI stuff because I hate js…
-
comment
Comment #42998749
I think Ada is seen as some esteemed language that only the military and space would have the expertise to use. I had that opinion for maybe a decade but it was very wrong. The oth…
-
comment
Comment #42998702
Better to hurt your eyes (which is nonsense unless a book hurts your eyes) than your brain. Optimised for the common operation of reading.
-
comment
Comment #42998690
Whenever I can use Ada. I wouldn't use anything else.
-
comment
Comment #42987499
I use Ada for embedded products and it's the best language for embedded by far. Despite it's reputation I think it's an easy to use language.
-
comment
Comment #42732442
True though from what he has said early on in it being more of a hobby and liking building tools then I am sure he would welcome any help or input.
-
comment
Comment #42536035
Spark supports borrowing which is easier to use than Rusts now. It also prevents memory leaks.
-
comment
Comment #42536019
Agreed. It would also alleviate the maintenance issue as Ada was designed to reduce software costs. Realistically the obly way this will have any chance is if a few developers were…
-
comment
Comment #42535961
The real benefit of Adas typing is that it is so easy to utilise often preventing logic errors.
-
comment
Comment #42535834
Why? The code you compile isn't infected by the runtime license?
-
comment
Comment #42095252
Ada is so good for embedded. Loving it.
-
comment
Comment #42095238
Interesting. I love Ada and these historical doomed to repeat ourself facts are interesting like Ada books from the 80s talking about AI. Before I switched from Go to Ada I actuall…
-
comment
Comment #40139215
Adas specification was developed competitively over a number of years with embedded development as well as the ability to replace all 450 languages in use by the D.O.D. at the time…
-
comment
Comment #40139055
I'm not afraid of functional programming. I just dislike it. I avoid recursion in Ada personally (others like it). I think OOP is over rated and the clarity of imperative is under …
-
comment
Comment #40137567
Ada goes beyond memory safety.
-
comment
Comment #40136841
Rust tries with a crate and traits but it misses out on e.g. record memory overlays which are so powerful in Ada. Type design is beautifully intuitive for the main part in Ada too.…
-
comment
Comment #40136742
Honestly Ada is far better than Rust for close to metal as it was designed for it. It is also safer and easier to use than Rust. Ada has also been demonstrated to be more cost effe…
-
comment
Comment #40136685
They have improved go modules since but if you didn't use github gos tooling wasn't so great. I actually dropped Go for Ada and prefer Adas packaging.
-
comment
Comment #40136617
literally alr init --bin new_project cd new_project alr edit