Post #46141
2025-12-09 18:29 UTC
Replies (3)
-
@communism__dup_7961@lemmy.ml 2025-12-09 20:50
That’s a really interesting suggestion. I’ve not used either. I had the impression that those languages are kinda esoteric, but maybe I’ll have a look.
-
@HiddenLayer555@lemmy.ml 2025-12-10 01:11
My university chose to teach a lisp-like language without for loops as they very first programming course in the computer science program lol. Everyone who “already knew” how to program hated it (including me at the time) because it knocked us from the peak of the Dunning-Kruger curve into the valley of despair like everyone else.
-
@simonced@lemmy.ml 2025-12-10 03:52
Speaking of Scheme, I would suggest Racket, which comes battery included and ready to go in ONE installer. Easy to install on any system, and has a decent text editor/IDE provided. Also, the documentation is great, but can be daunting at first.