Yuichi Nishiwaki

Results 63 comments of Yuichi Nishiwaki

- (picrin promise) - (picrin async)

@okuoku Thanks for the PR. I am currently working on reimplementation and replacement of the evaluator (VM) in picrin. After the work, we will have a tiny, robust CPS-based VM....

@KeenS I love it :heart: > I don't know how to reference them (e.g. marcos, libraries). On macros, why don't you make a syntax overriding normal `define-syntax` like following? ```...

@stibear read-csv and write-csv? I'm not sure. Please let me know once you implemented the library. I will add it as one of contribution libraries.

@stibear @KeenS I believe list of list would be the best. vector is not very good at iteration. Providing another function operating on hash-table (dictionary is good I guess) for...

@sethalves That's the thing I'm thinking of right now. We've not yet done automatic path search on library imports because there's an ambiguous point that how to determine the root...

nrepl seems good to use, but unfortunately he's written in clojure :(

cf. http://practical-scheme.net/wiliki/wiliki.cgi?%E3%83%87%E3%83%90%E3%83%83%E3%82%AC http://docs.ruby-lang.org/ja/2.0.0/method/Kernel/m/set_trace_func.html

@koba-e964 As overall thoughts, I suggest you write this as a contribution library, although I don't have a strong opinion about that yet. And I'm not sure about the name,...