A templating language that looks like Lisp and compiles to HTML
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 76c6eac9b5 Implement conditionals 5 jaren geleden
..
application.js Rewrite AST and compiler to be more normal 5 jaren geleden
attribute.js Rewrite AST and compiler to be more normal 5 jaren geleden
boolean.js Rewrite AST and compiler to be more normal 5 jaren geleden
conditional.js 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. 5 jaren geleden
identifier.js Rewrite AST and compiler to be more normal 5 jaren geleden
index.js 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. 5 jaren geleden
lambda.js Make all functions lambdas for now 5 jaren geleden
list.js Saving state 5 jaren geleden
node.js Rewrite AST and compiler to be more normal 5 jaren geleden
number.js Rewrite AST and compiler to be more normal 5 jaren geleden
string.js Rewrite AST and compiler to be more normal 5 jaren geleden
symbol.js Rewrite AST and compiler to be more normal 5 jaren geleden