picrin
picrin copied to clipboard
lightweight scheme interpreter
It seems syntax-rules does not allow me to generate symbol... I do not investigate deeply this yet, but AFAIK, Picrin is the only Scheme implementation behave like this... ``` scheme...
Adding functions that set seeds, such as `random-source-pseudo-randomize!` would be nice.
https://twitter.com/SaitoAtsushi/status/649597871172423680?lang=ja
Related to #211. Python community published a proposal named PEP 0393, "Flexible String Representation" and implemented in 3.3. picrin doesn't use `wchar_t` now, but we might benefit from any similar...
We have suffered from GC bugs so often. Valgrind will help to hunt such bugs.
For better or worse, we use TLS for daily communications nowadays, so will we. (I will tackle this after launching Unicode support, but of course you can do it if...
After https://github.com/travis-ci/travis-ci/issues/2046 is fixed, we will gain newer compilers, libraries and kernel on Travis, which means that we can test picrin against x32 ABI, a ILP32 processor-specific ABI for x86_64....
Travis provides an [OS X build environment](http://docs.travis-ci.com/user/osx-ci-environment/), so we can test against it too. CI on OS X is especially useful for who have no Apple machine for development, like...
http://clojure.org/transducers Sounds so cool.
See conservation at #280.