Zack Lee
Zack Lee
One thing I like about python is it's docstring system and `help` function. Scribble is great for documenting a library, but not so great for describing helper functions in a...
This is slightly related, but one thing I haven't really understood is why the macro name has to be at the front of an expression. For example, why couldn't you...
@jeapostrophe wouldn't the expander be able to figure that out similarly to how it knows if an something is a function rather than a macro? Why wouldn't it work so...
@jeapostrophe I thought it may be helpful if we're moving to a more infix friendly syntax, however I probably haven't figured out all the drawbacks. What problems do you see...
Are you using `racket -l rash/repl`? Tab completion works for me.
I'm not the author, but in the Todo file he mentions plans to make the line editor into a sort of configurable, extensible "emacs in racket". In terms of add-on...
Just to confirm that I have the right idea about collections, something like `rash/prompts` or `rash/oh-my-rash` are what you mean by specific to rash right? Or would they go in...
If you wan't to have smart parens, custom keybindings, and other emacs stuff with the repl, you can run it in normal emacs. I have racket mode installed for emacs,...
Would it be a mode in one of the racket emacs you mentioned, or were you thinking of redesigning the project to make it more specific to rash? And just...
I remember pycharm did that and I always found it helpful. Maybe it could give a hint about how to use a rash function. "Want to create your own line...