> Your issues with %typecheck, <header> and <buffer> were due to generating the > evaluator with %define-accessors set to %define-safe-accessors in boot.l. > Setting %define-accessors to %define-unsafe-accessors fixes them.
ahh that makes sense now :) > I took the liberty of writing subr_read from scratch, to match the one in > eval.c, and updated various other things to better match the current features. Great, I'll take a look at the reader differences > Although 'make test' and 'make test2' are working again, the languages > implemented by eval.c and eval.l are slightly different due to development in > the former that has not been carried forward into the latter. I've been toying around this weekend with a few other features that would be nice to add, for example dlopen/dlsym and possibly playing with writing-out / reading-in an image. Is there a reason (other than speed) that new features aren't added to the sexpr-impl going forward? thanks, shawn _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
