Skip to content

Commit

Permalink
urls of things todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yesco committed Oct 5, 2015
1 parent 36f887d commit d0939a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,11 @@ void testss(lisp* envp , char* what, char* expect) {
testee(envp, reads(what), reads(expect));
}

// TODO: implement, (port 8080) => p, (listen p) (http @) (close @)
// https://github.com/SuperHouse/esp-open-rtos/commit/147257efa472307608019f04f38f8ebadadd7c01
// http://john.freml.in/teepeedee2-vs-picolisp
// http://picolisp.com/wiki/?ErsatzWebApp

static lisp test(lisp* e) {
lisp env = *e;
lisp* envp = &env; // make local, don't leak out!
Expand Down

0 comments on commit d0939a9

Please sign in to comment.