nivpgir
nivpgir
Where is the project currently developed? In case I want to check the progress and maybe help if I can?
Hi, I hacked an update for this commit that compiles and runs (on my windows setup, and I will test it later on my linux setup as well). Is this...
> it's possible to hide() a window programmatically (developer initiated). Hmm, this might be good enough for me, since what I really wanted was to initiate the close from the...
Sounds like a cool feature, but what benefits does this have over passing parselets to a function? I mean specifically for tokays use case, which I thought of more as...
Making this platform specific might end up being a pain in the ass, as someone that uses git-bash/msys tools on windows I get bitten by this a lot since some...
hmmm, what's the benefit of making `Line` generic at compilation time? most of the time you'd want `NL` to be decided per execution, and not once at compile time.
thanks! opened! while we're at it, I can't seem to send expressions to the repl, I'm getting an error: `comint-redirect-send-command-to-process: No prompt found or ‘comint-prompt-regexp’ not set properly` so basically...
hmmm yes, I've checked it today and it is controlled there, I've also managed to find a regex that works, this one: "^\\([^=> \n]+ =>\\)*" though for some reason it...
I'm mainly starting to learn clojure, and wanted something for scripting with it and wounded up with pixie. but I've also thought of using it's c ffi to build an...