[racket-users] Possible Racket2 ideas from other languages

2019-08-18 Thread Jimmy Ruska
I've compiled a list of really nice features from other languages/applications https://docs.google.com/document/d/1gCfE9I7FMNJILKlL1RWGMn1AS_pWpIV73DsWlrApSx0/edit?usp=sharing I have more ideas than time, and I'm sure some of these may sound ridiculous or be way too time consuming, but hopefull

[racket-users] Re: Racket Jupyter/nextJournal

2019-08-18 Thread tbrooke
Good News from nextJournal Good news, turns it Racket actually *does* work: https://nextjournal.com/nextjournal/racket-template Remix this to try it. We're still rolling out a change later today that will include the Racket Environment in our set of default images which means that you won't ha

Re: [racket-users] Using the top level to fix unbound identifier

2019-08-18 Thread Jonathan Simpson
Thanks very much for this! I hadn't considered the effect that stripping the syntax information from the input to query would have. It has always been a goal of mine to go back and rewrite all the macros -- and especially the ugly stuff you mentioned in expander-utils.rkt -- with syntax-parse.