Skip to content

Commit d0939a9

Browse files
committed
urls of things todo
1 parent 36f887d commit d0939a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lisp.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,11 @@ void testss(lisp* envp , char* what, char* expect) {
13701370
testee(envp, reads(what), reads(expect));
13711371
}
13721372

1373+
// TODO: implement, (port 8080) => p, (listen p) (http @) (close @)
1374+
// https://github.com/SuperHouse/esp-open-rtos/commit/147257efa472307608019f04f38f8ebadadd7c01
1375+
// http://john.freml.in/teepeedee2-vs-picolisp
1376+
// http://picolisp.com/wiki/?ErsatzWebApp
1377+
13731378
static lisp test(lisp* e) {
13741379
lisp env = *e;
13751380
lisp* envp = &env; // make local, don't leak out!

0 commit comments

Comments
 (0)