This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Current missing features that I plan to either add or ponder addition:
- think of how to make functions like toString or + work on multiple types and user-provided structures (multimethods)
- generalized variables
- cond/case with pattern matching: cond([], true, [x], x, [x, rest\], …)
- optional function parameters, parameters with default values
- provide primitives allowing read/write access to witty code so code can be created or altered directly
- assign with := returns old value to allow a = b := a (exchange value)
- lambdas shortcut y(…) ?
- multiline strings
- recursive macros
- function composition
- delay and force
- tail calls
- destructured assignment







