this post was submitted on 02 Feb 2024
20 points (91.7% liked)
Programming
17507 readers
9 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ada is underrated. It has clumsy syntax that turns people off. But it gets many things right that other languages don't even think about. Look for the online book "Ada Distilled" for an intro.
Added: I looked at the video a little bit and it's not very informative. This is old and has some errors and gaps but it's a quick read that gets to some of the good stuff:
http://cowlark.com/2014-04-27-ada/index.html
I'll try to find something more recent that describes SPARK. SPARK is a verification system integrated with Ada that's maybe comparable to Liquid Haskell. There is effort under way to make something like it for Rust.