Idiomatic Lisp and the nbody benchmark

a personal blog

📚 Behold, the novice Rustacean's manifesto on "idiomatic" Rust: a delightful chronicle of their fledgling #journey, complete with insightful examples that might just change tomorrow! 😂 But fear not, dear reader, as this personal perspective is as solid as a programmer's first "Hello, World!" 🖥️✨
https://a-i-nstein.neocities.org/ #Rustacean #Idiomatic #Rust #Programming #Learning #Experience #Hello #World #HackerNews #ngated
Idiomatic Rust

Discover idiomatic Rust examples and learn the best practices of Rust programming.

📢New Publication Alert!

📚 Explore the linguistic treasure trove of #Jibbali/#Śḥərɛ́t. Giuliano Castagna delves into this endangered language, preserving its rich #proverbs and #idioms for future generations.

This book explores the rich paremiological heritage of #Jibbali/#Śḥərɛ̄́t, an endangered pre-literate language belonging to the Modern #SouthArabian sub-branch of #Semitic, spoken by an ever-decreasing number of people in the #Dhofar governorate of the Sultanate of Oman.

Reflecting the historical value of #proverbs and #idiomatic expression within the documentation of a language, Giuliano Castagna analyses a sizeable share of #Jibbali/#Śḥərɛ̄́t #proverbs, sayings and idioms from #Arabic-language publications, as well as hitherto unpublished expressions that reveal undocumented features in the domains of #lexicon, #phonetics, #phonology and #morphology.

🔗Access or get your hard copy at https://doi.org/10.11647/OBP.0422

An Annotated Corpus of Three Hundred Proverbs, Sayings, and Idioms in Eastern Jibbali/Śḥərɛ́t

This book explores the rich paremiological heritage of Jibbali/Śḥərɛ̄́t, an endangered pre-literate language belonging to the Modern South Arabian sub-branch of Semitic, spoken by an ever-decreasing number of people in the Dhofar governorate of the Sultanate of Oman.

With all due respect to their researchers, hereabouts when a parent takes their kid to the woodshed [or behind it], it most definitely is NOT to practice music....
#idiomatic
https://www.wordgenius.com/words/woodshed?utm_source=daily&utm_medium=email&utm_campaign=2261595608
General Data Protection Regulation (GDPR)

Word Genius
Reading well written, idiomatic code is the best way to improve your code. Linked is a nice example.https://salas.com/2024/07/29/exercise-minesweeper-in-100-lines/#ruby #idiomatic #example #coding #development
Exercise: Minesweeper in 100 lines of clean Ruby - Pito Salas' Blog - Today I learned...

Pito Salas Link Blog and More

Underscore is objectively one of the ugliest characters in ASCII.

So why does so many developers prefer the prefix `_` on fields over the use of the built-in `this` keyword in C#?

The context is that with the explicit use of `this`, you wouldn't get collision between method parameters and local class fields, because local class fields would always be referenced by `this.field`, and local variables and method parameters would be referenced without any prefix (as per usual).

In the Java code conventions, the use of `_` prefixes are explicitly discouraged. Not so in C#, even though it too has the `this` keyword. Why does so many C# developers prefer ugly over elegant? I don't get it.

https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html

#Development #Developers #Programming #Languages #Language #Syntax #Idiomatic #CSharp

https://dev.to/bascodes/writing-idiomatic-python-code-1ehe - #Python has some great short-cuts that make it far more terse than other languages. Great examples of #Idiomatic Python https://www.linkedin.com/in/bascodes/.
Writing Idiomatic Python Code

You need to understand Python well before you can write idiomatic, or pythonic code in it. But what...

DEV Community