Prev
THING NaN
Next

Thing 34: Designing a Programming Language for Funsies (Part 5)

Previously: Part 1, Part 2, Part 3, Part 4.

Didn't get to do anything today, so this is just gonna be an open question. One of the other goals I'm curious to try for this language is to have every value be serializable. I'm not sure how this'll work for functions, and especially continuations. Most of the other tricky ones can be expressed in terms of functions. Functions may be able to be expressible as their definition together with their environment, so maybe that'll work. Continuations seem much trickier. Still gotta think on that.