13771
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: May 01, 2014, 11:46:22 am »
EEE!! Back to trying to journal.
Wrote this little C library last night to "mimic" go's general value/error return handling, ie:
value, err := someFunction();
https://github.com/adarqui/libret-c
Need that for this lazy eval test im doing in C. I'm trying to port streamjs to C, go, and php for example. First off is C. So far so good, I have it lazy evaluating multiple streams/iterator's to eternity etc.. Extremely time/space efficient.
Now I just need to incorporate that libret-c library & implement the rest of the methods (map, fold, etc).
Tonight I'd like to work on that and get my Data.List-js, Prelude-js, and Data.Maybe-js node libraries git'd.. or I might just pass out when I get home.
pc
Wrote this little C library last night to "mimic" go's general value/error return handling, ie:
value, err := someFunction();
https://github.com/adarqui/libret-c
Need that for this lazy eval test im doing in C. I'm trying to port streamjs to C, go, and php for example. First off is C. So far so good, I have it lazy evaluating multiple streams/iterator's to eternity etc.. Extremely time/space efficient.
Now I just need to incorporate that libret-c library & implement the rest of the methods (map, fold, etc).
Tonight I'd like to work on that and get my Data.List-js, Prelude-js, and Data.Maybe-js node libraries git'd.. or I might just pass out when I get home.
pc



