#adalang search results
All of this just to handle converting an #adalang decimal literal to a double-precision floating point type 😐
I was today years old when I learned GNAT hardcodes values instead of following the Ada RM advice. Talk about fragile. #adalang #adaprogramming
My #adalang extension for @code is getting a much needed improvement soon(ish?). As part of a complete rewrite, things like multiline matches are now happening.
Remember way back when my #adalang extension for @code had basic support for snippets? I'm bringing those back, as a stand alone extension. And they are getting sophisticated 🤓
New in #Kotlin 1.3: inline classes by @_tomekw blog.98elements.com/new-in-kotlin-… #Java #AdaLang #types #programming #software #JVM /cc @kotlin @preslavrachev
The way polymorphism is implemented using tables in #Adalang, reminds me of a saying "An indirection can solve any problem in computer science."
J-1 pour le #OSXP2022 !⌛ A partir de demain, vous pourrez rencontrer les fantastiques membres de l'association Ada-France au stand A09 dans le village associatif à @OSXP_Paris #adalang #Ada #Spark
Ever wanted to use #AdaLang in #Cargo? You can now build and link Ada libraries easily with my new GPR crate. crates.io/crates/gpr
Surprised to see Ada in a list of most suitable languages for operating systems. I knew that Ada has some popularity in the European financial sector, but not that it's also used for operating systems in the aerospace and defence industry. Did you know? #adalang #programming
I am having difficulty understanding code modularity in #AdaLang. How do I gracefully avoid redefining basic types, while developing testable modules?
I was looking through Drake, because honestly Ytomino is a better #adalang programmer than I am and I wanted to see how he was doing Ada<->C string conversions. I knew my approach was better than AdaCore's, but could it be even better?
I have some great, albeit surprising to some, news. Roughly an hour ago, my work creating the leading #adalang extension for @code has been merged together with the #LanguageServerProtocol work from @AdaCoreCompany. Any work going forward will be done together.
github.com/Entomy/libAnne… This applies to more than just #adalang programmers. Anyone writing libraries should understand this.
New video in the pipeline, being rendered right now. This time around? My experiences as an #AdaLang developer, and why I'm not anymore.
Ada's reliability shines in safety-critical systems in aviation and transport. How do you utilize Ada's strengths? #AdaLang #SafetyCritical $AIMASTER ✈️🛤️
Vous avez envie de lire des articles sur Ada en français et bien en voici quelques uns. En plus, gage de qualité, ça vient de Systerel. blog.systerel.fr/fr/tags/ada/ #ada #adalang #adaprogramming
Alquimista de código: Instalando #AdaCore alquimistadecodigo.blogspot.com/2024/09/instal… #adalang #ada
I am having difficulty understanding code modularity in #AdaLang. How do I gracefully avoid redefining basic types, while developing testable modules?
Alire provides a CLI to the Ada/SPARK ecosystem that makes development as easy as any other modern language #AdaLang
Surprised to see Ada in a list of most suitable languages for operating systems. I knew that Ada has some popularity in the European financial sector, but not that it's also used for operating systems in the aerospace and defence industry. Did you know? #adalang #programming
#rustlang and #adalang come from the same mindset of solving problems in #software before they can cause harm. To improve the combination of these technologies I updated my gpr-rust crate that allows for an easier integration of Ada libraries in cargo. github.com/jklmnn/gpr-rust
github.com
GitHub - jklmnn/gpr-rust: Rust binding for gpr
Rust binding for gpr. Contribute to jklmnn/gpr-rust development by creating an account on GitHub.
AdaCore is thrilled to join the Rust Foundation. And we look forward to bringing our extensive certification and safety standards experience to the Rust community. #safetystandards, #certification, #rustlang adacore.com/press/adacore-…
4 days left to submit your entry for Ada/SPARK Crate Of The Year 2022! 📆🏆 #AdaLang #SparkLang #CrateOfTheYear blog.adacore.com/announcing-the… #ada #programming
4 days left to submit your entry for Ada/SPARK Crate Of The Year 2022! 📆🏆 #AdaLang #SparkLang #CrateOfTheYear blog.adacore.com/announcing-the…
4 days left to submit your entry for Ada/SPARK Crate Of The Year 2022! 📆🏆 #AdaLang #SparkLang #CrateOfTheYear blog.adacore.com/announcing-the…
J-1 pour le #OSXP2022 !⌛ A partir de demain, vous pourrez rencontrer les fantastiques membres de l'association Ada-France au stand A09 dans le village associatif à @OSXP_Paris #adalang #Ada #Spark
Ever wanted to use #AdaLang in #Cargo? You can now build and link Ada libraries easily with my new GPR crate. crates.io/crates/gpr #ada #programming
Ever wanted to use #AdaLang in #Cargo? You can now build and link Ada libraries easily with my new GPR crate. crates.io/crates/gpr
Ever wanted to use #AdaLang in #Cargo? You can now build and link Ada libraries easily with my new GPR crate. crates.io/crates/gpr
"Lessons Learnt Moving a GTK Application from Go to Ada" #golang #adalang #gtk #gui github.com/SMerrony/dashe…
This seems a fairly good #ADA resource: getadanow.com The #AdaLang #wiki page: en.wikipedia.org/wiki/Ada_(prog…
If you are really into software and #arch based #Linux then ADA is said to be interesting (sadly one I missed). You might need the Ada Booch aur.archlinux.org/packages/adabo… Or over on #FreeBSD freshports.org/devel/adabooch Or @Grady_Booch's book:
This is why you don't bake a concurrency model into the language. Expose that shit through a library _only_. #adalang
Why isn't #AdaLang more popular? Shit like this doesn't help. This was taken right from libgnat. What do Head and Tail do, just by looking at them? You can probably tell given the Justify and Pad parameters they aren't working like Head and Tail normally do.
It's been a while since I've tweeted the install count for my #adalang extension for @code. It's a lot.
All of this just to handle converting an #adalang decimal literal to a double-precision floating point type 😐
I was today years old when I learned GNAT hardcodes values instead of following the Ada RM advice. Talk about fragile. #adalang #adaprogramming
Got ideas about how #adalang should be better? Even if they can't be implemented I'd like to hear about them. I'm collecting ideas with @msonenote so if you'd like to contribute, DM me for an edit link. #adaprogramming
My #adalang extension for @code is getting a much needed improvement soon(ish?). As part of a complete rewrite, things like multiline matches are now happening.
Remember way back when my #adalang extension for @code had basic support for snippets? I'm bringing those back, as a stand alone extension. And they are getting sophisticated 🤓
No wonder #AdaLang string searching is so bad 😕 This isn't even Knuth-Morris-Pratt or Boyer-Moore. Meanwhile I'm over here implemented KMP, BM, Boyer-Moore-Horspool, Apostolico-Giancarlo, and Raita, so I can profile them and make a decision.
Obviously I need to make the type private, but I'm doing this just to show off the concept. Basically, I implemented #csharp's Span<Char> in #adalang. String slices without creating a copy of the string (unless that copy is actually needed). This is very good for performance.
Here's the only two mentions of "indentation" in the #adalang reference manual. Nowhere does it mention that "Ada convention is 3 spaces". That's AdaCore's convention. Not an #adalang convention.
Since #AdaLang is my primary programming language, this has been a long desired feature in #CSharp for me. In less than a month, C# 8.0 will be out and we can declare non-null for reference types! Holy crap did it find a lot of bugs in only one small project.
Something went wrong.
Something went wrong.
United States Trends
- 1. Cal Raleigh 3,810 posts
- 2. Aaron Judge 17.8K posts
- 3. #911onABC 6,436 posts
- 4. Justin Fields 2,639 posts
- 5. AL MVP 11K posts
- 6. Shohei Ohtani 35.6K posts
- 7. ALL RISE 10.7K posts
- 8. #TNFonPrime 1,786 posts
- 9. Purdue 5,740 posts
- 10. RIP Beef N/A
- 11. #internetinvitational N/A
- 12. #Patriots 4,173 posts
- 13. Big Dumper N/A
- 14. Under Armour 9,632 posts
- 15. Megyn Kelly 47.9K posts
- 16. #RepBX N/A
- 17. Nike 29K posts
- 18. Harold Landry N/A
- 19. Blue Origin 13.1K posts
- 20. MVPs 14.9K posts