[racket-users] Re: style guide addition?

2020-01-21 Thread Jack Firth
I think that would be a great addition to the style guide. I agree that "expression" is clearer than "term", though I'm not too worried about it not covering (define(f x)3). We could add stronger language later on as we get a sense of how people react to the initial wording. On Monday, January

Re: [racket-users] Web server + authentication

2020-01-21 Thread Jens Axel Søgaard
Look at `koyo`. https://docs.racket-lang.org/koyo/index.html?q=koyo For simple user login with secure sessions look at https://github.com/soegaard/racket-stories/blob/master/app-racket-stories/control.rkt#L58 But I haven't implemented "reset password" functionality yet. I need to figure

[racket-users] Web server + authentication

2020-01-21 Thread Stephen Foster
Ruby on Rails has a nice package called Devise, which handles things like: letting users log into your webapp, letting them reset their passwords, etc. In the Racket ecosystem, I'm struggling even to find examples of managing users. I'm about to start digging here:

[racket-users] metapict examples

2020-01-21 Thread Hadi Moshayedi
To teach myself how to use metapict, I have started creating some example visualizations using it. I am pushing these examples to https://github.com/pykello/racket-visualization Some of them which I like are: *Figure 85 from metapost examples *(fig85.rkt

Re: [racket-users] Can I embed Racket into another program?

2020-01-21 Thread Ricardo Gabriel Herdt
Hi, yes, it's possible, but it's not so straightforward as Guile, since Guile is designed for this kind of use case: https://docs.racket-lang.org/inside/embedding.html Cheers, Ricardo Am 21.01.2020 09:52 schrieb 'ZHUO Qingliang (KDr2)' via Racket Users: Hi all, I have a program that

[racket-users] Can I embed Racket into another program?

2020-01-21 Thread 'ZHUO Qingliang (KDr2)' via Racket Users
Hi all, I have a program that already has Guile embedded into itself to use Scheme as an extension language.  For some reason, I'd like to support Racket as well, it is possible and is there docs about how to do this? Greetings. ZHUO Qingliang (KDr2, https://kdr2.com) -- You received this