My name is Kasey. Here
is what I’m up to:
- An arduino project that replays the flight and audio of Apollo 11:
./pages/apollo
- Learning about unique programming language paradigms and concepts,
hierarchical pathfinding, and constraint programming.
- On Simulation Level-Of-Detail: ./pages/abstraction/SimulationLoD
- On Constraint Networks: ./pages/constraints/ConstraintNetworks
- WIP - Understanding how language decomposes
- A DSL serializable to natural-ish language
- Only a few thoughts on this so far, but check this out. I think
it’s pretty neat. If this library turns natural language into
s-expressions, can I turn s-expressions (read: lisp) into natural-ish
language? Probably not, but I’d like to try.
- An old project which generates names from census data using Markov
chains: ./pages/MarkovNameGenerator