A templating language that looks like Lisp and compiles to HTML
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 76c6eac9b5 Implement conditionals il y a 5 ans
bin Make sure source gets passed in as a string il y a 5 ans
src Implement conditionals Currently I'm relying on JavaScript's semantics around truthiness. I think I'm going to retain that ease of use (i.e. `(if list #t #f)` should return true if the list has more than 0 elements, etc) but I want to specify that behavior myself. il y a 5 ans
test Implement conditionals Currently I'm relying on JavaScript's semantics around truthiness. I think I'm going to retain that ease of use (i.e. `(if list #t #f)` should return true if the list has more than 0 elements, etc) but I want to specify that behavior myself. il y a 5 ans
.gitignore Add .DS_Store and .oslo files to gitignore il y a 5 ans
LICENSE Initial commit il y a 6 ans
package-lock.json Saving state il y a 5 ans
package.json Implement test helper functions il y a 5 ans