From d0939a9b609a246bf5e463b8eddb580c7ae96a6e Mon Sep 17 00:00:00 2001 From: Jonas S Karlsson Date: Mon, 5 Oct 2015 20:47:58 +0000 Subject: [PATCH] urls of things todo --- lisp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp.c b/lisp.c index 60b1483..2265dc9 100644 --- a/lisp.c +++ b/lisp.c @@ -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!