|
|
|
|
|
by sheepscreek
147 days ago
|
|
Really clean language where the design decisions have led to fewer traps (cond is a good choice). It’s peculiar to see s-expressions mixed together with imperative style. I’ve been experimenting along similar lines - mixing s-expressions with ML style in the same dialect (for a project). Having an agentic partner toiling away with the lexer/parser/implementation details is truly liberating. It frees the human to explore crazy ideas that would not have been feasible for a side/toy/hobby project earlier. |
|