| Commit message (Expand) | Author | Age |
| * | Weaken the language around security promises to be more in line with my abili...HEADmain | Owen Jacobson | 2020-05-21 |
| * | Upgrade docs requirements. | Owen Jacobson | 2019-09-26 |
| * | Add license file | Owen Jacobson | 2019-01-06 |
| * | Some basic iteration primitives. | Owen Jacobson | 2017-12-10 |
| * | Write up documentation for the built-in functions and macros. | Owen Jacobson | 2017-12-10 |
| * | Massively expanded the reference section. | Owen Jacobson | 2017-12-06 |
| * | Bump minor version. | Owen Jacobson | 2017-12-05 |
| * | Stop binding greater-than-or-equal-to to > | Owen Jacobson | 2017-12-05 |
| * | Correctly report define errors | Owen Jacobson | 2017-12-01 |
| * | unquote-splicing just plain didn't work. | Owen Jacobson | 2017-12-01 |
| * | Don't macro-expand quoted forms! | Owen Jacobson | 2017-11-30 |
| * | Add (concat stringsā¦) builtin | Owen Jacobson | 2017-11-29 |
| * | Corrections | Owen Jacobson | 2017-11-19 |
| * | Notes towards a gentler intro | Owen Jacobson | 2017-11-19 |
| * | Boolean "not" | Owen Jacobson | 2017-11-19 |
| * | I'm going to need vectors for my target use case. | Owen Jacobson | 2017-11-18 |
| * | Fix dumb typo | Owen Jacobson | 2017-11-18 |
| * | More pycache pruning | Owen Jacobson | 2017-11-18 |
| * | Stop installing pycache dirs, too | Owen Jacobson | 2017-11-18 |
| * | Stop installing tests by default. | Owen Jacobson | 2017-11-18 |
| * | Sphinx setup | Owen Jacobson | 2017-11-18 |
| * | Security notes | Owen Jacobson | 2017-11-18 |
| * | String was broken | Owen Jacobson | 2017-11-18 |
| * | Varargs for user-defined functions, using the Scheme convention of a dotted p... | Owen Jacobson | 2017-11-18 |
| * | Macro-binding glue, and a let macro | Owen Jacobson | 2017-11-18 |
| * | Replace the registry mega-tuple with a type. | Owen Jacobson | 2017-11-18 |
| * | Merge pull request #3 from kennethreitz/patch-1 | Owen Jacobson | 2017-11-15 |
| |\ |
|
| | * | mostly syntax highlighting | Kenneth Reitz | 2017-11-15 |
| |/ |
|
| * | REPL now has a nice prompt, and simple readline support. | Owen Jacobson | 2017-11-15 |
| * | Fixed binding errors with builtin types "str", "int", and "decimal". | Owen Jacobson | 2017-11-15 |
| * | More outline work | Owen Jacobson | 2017-11-15 |
| * | More outline work | Owen Jacobson | 2017-11-15 |
| * | Renamed `defmacro` to `define-macro`, we're not heathens. | Owen Jacobson | 2017-11-15 |
| * | Macro expander. | Owen Jacobson | 2017-11-14 |
| * | fixup! Flatten arguments inside the evaluator. | Owen Jacobson | 2017-11-13 |
| * | `begin` is now a special form. | Owen Jacobson | 2017-11-13 |
| * | Flatten arguments inside the evaluator. | Owen Jacobson | 2017-11-13 |
| * | Compile lambdas on evaluation, not on execution. | Owen Jacobson | 2017-11-13 |
| * | fixup! Expand the first argument of a form, not just the tail | Owen Jacobson | 2017-11-13 |
| * | Expand the first argument of a form, not just the tail | Owen Jacobson | 2017-11-13 |
| * | Always return _something_ from `display` | Owen Jacobson | 2017-11-13 |
| * | Start tracking the (substantial) hypothesis examples DB | Owen Jacobson | 2017-11-13 |
| * | Distinguish EOF and () in read() | Owen Jacobson | 2017-11-13 |
| * | Fix up missing (begin) in example | Owen Jacobson | 2017-11-13 |
| * | Re-add the repl, and a bunch of stdlib glue. | Owen Jacobson | 2017-11-13 |
| * | A basic expander. | Owen Jacobson | 2017-11-13 |
| * | Big-ass coding binge presents: a Lisp. | Owen Jacobson | 2017-11-13 |
| * | Remove lingering scripts entry. | Owen Jacobson | 2017-11-11 |
| * | Introduce input ports. | Owen Jacobson | 2017-11-11 |
| * | Testing fixes. | Owen Jacobson | 2017-11-11 |