17
Guix for development
(dthompson.us)
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
Follow the wormhole through a path of communities !webdev@programming.dev
As a first approximation, there is not much to learn. The lisp syntax thing is a scarecrow for the uninformed
In Python, you write:
Where the indentation is a block.
In Scheme, you write:
Where the outer paren around "let" determines the scope of the binding, and the scope serves as an expression with a value (like in Rust), and scopes can be nested arbitrarily deep.