Re: [racket-users] Generate function defintions at compile time

2017-08-23 Thread Philip McGrath
On Wed, Aug 23, 2017 at 8:49 PM, Alex Harsanyi wrote: > > I think Racket is a really good language and can be directly used to write > useful applications. Yet new users are encouraged to start using the most > difficult to understand feature of Racket for their simplest

Re: [racket-users] Generate function defintions at compile time

2017-08-23 Thread Neil Van Dyke
As someone who managed to write a 3 like Racket application without using macros, I think they are overrated for application development. Macros are a powerful and necessary feature for designing or extending a language, but most people are better served by just using existing, well

Re: [racket-users] Generate function defintions at compile time

2017-08-23 Thread Alex Harsanyi
On Thursday, August 24, 2017 at 8:59:26 AM UTC+8, Neil Van Dyke wrote: > h...@oorg wrote on 08/23/2017 06:56 PM: > > > Wouldn't making a DSL be overkill? > > No. In Racket, a DSL (aka minilanguage, syntax extensions, or macros) > can be a very small implementation effort that does exactly

Re: [racket-users] Generate function defintions at compile time

2017-08-23 Thread Neil Van Dyke
hiph...@openmailbox.org wrote on 08/23/2017 06:56 PM: Wouldn't making a DSL be overkill? No. In Racket, a DSL (aka minilanguage, syntax extensions, or macros) can be a very small implementation effort that does exactly what one wants, in a very maintainable way. Also, I don't have a

Re: [racket-users] Generate function defintions at compile time

2017-08-23 Thread hiphish
Thank you all for your answers, I think I got it right this time, but I would still appreciate feedback: https://gitlab.com/HiPhish/neovim.rkt/blob/master/nvim/api.rkt I think what was confusing me was that I was thinking of Racket macros like Common Lisp macros. Instead of trying to build a list

Re: [racket-users] How to build new formlets that allow passing default values (such as hidden)?

2017-08-23 Thread Jay McCarthy
On Wed, Aug 23, 2017 at 8:26 AM, Marc Kaufmann wrote: > Hi again, > > I am now trying to deal with formlets in a more principled fashion and thus > trying to implement, as Philip suggested, to use `send/formlet` and > `embed-formlet`. After a lot of tinkering, I still

Re: [racket-users] European Racketeers and conferences

2017-08-23 Thread Matthew Eric Bassett
So there's at least 7 of us around UK/Germany/France/Netherlands that are active on the mailing list. What would we need at a European Rackeeteers Meeting to ensure that *at least* all 7 of us would travel to it ? @Matthias - it'd be fantastic if we could arrange something in London or Oxford.

Re: [racket-users] How to build new formlets that allow passing default values (such as hidden)?

2017-08-23 Thread Marc Kaufmann
Hi again, I am now trying to deal with formlets in a more principled fashion and thus trying to implement, as Philip suggested, to use `send/formlet` and `embed-formlet`. After a lot of tinkering, I still haven't figured out how to actually process the formlet (without having to pass it around)

Re: [racket-users] European Racketeers and conferences

2017-08-23 Thread 'Paulo Matos' via Racket Users
On 22/08/17 16:20, Daniel Brunner wrote: > Hey Matthew, > > I live in Germany and use Racket for teaching students, teaching our > apprentices (dual education system in Germany) and use it "in > production" for some tasks. > In Germany as well - Nuernberg to be precise. I learned Racket back

Re: [racket-users] European Racketeers and conferences

2017-08-23 Thread Daniel Brunner
Am 22.08.2017 um 20:00 schrieb Alexander Shopov: > Hmm, what about the Netherlands? Anyone willing to meet? > @Daniel Brunner: Are you in Wetzlar? Near Wetzlar, it's about 45 minutes by car. > Anyone else around hereabouts? > Kind regards: > al_shopov Best wishes, Daniel -- You received this

Re: [racket-users] European Racketeers and conferences

2017-08-23 Thread Konrad Hinsen
On 22/08/2017 20:00, Alexander Shopov wrote: Hmm, what about the Netherlands? Anyone willing to meet? @Daniel Brunner: Are you in Wetzlar? Anyone else around hereabouts? I am in Paris. Konrad. -- You received this message because you are subscribed to the Google Groups "Racket Users"