this post was submitted on 07 Jan 2025
17 points (100.0% liked)

Programming

13425 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

What are some programming languages that reuse most of the syntax of another (rather than just a few elements of it?)

you are viewing a single comment's thread
view the rest of the comments
[–] bluGill@fedia.io 1 points 1 week ago

@ryujin470@fedia.io Most good languages are a variation of ALGOL, Psacal, or LISP. They have added a lot more syntax, but there are only so many ways to represent blocks (both named and unnamed, calling functions, loops and the other basics within the limits of 7 bit ASCII. Even if you expand any language (including symbols you makeup), those still remains the basics and we have learned from painful experience what makes things bad.