On a light semi-PL note... One possible application or inspiration for
the Rockstar language mentioned in this issue of Racket News
("https://github.com/whichxjy/rockstar-rkt";), is for what could be
called a thought exercise (among other things), like in the second
paragraph of: https://en.wik
Hello everyone,
It's time for another issue of RN. Issue 16 is here!
https://racket-news.com/2019/09/racket-news-issue-16.html
Enjoy!
Paulo Matos
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receivi
https://youtu.be/yU-HUb8Xykg
I'd estimate 10-15min total overlaps with my RacketCon talk here and there,
25-30min is my take on metaprogramming, Lisps and, of course, Racket.
Haven't watched it myself, yet - need some hard liquor to numb the pain of
listening to ones own voice :)
--
You recei
On Mon, Sep 9, 2019 at 8:48 AM Neil Van Dyke wrote:
> If someone is up to doing such a startup: find a
> startup CEO who can get funding, start coding with the copious
> information and community support available for Racket... and then feed
> back your success story, as well as feed back useful
Check WeScheme.
https://www.wescheme.org/
(forgot to send to the list first time around)
/Jens Axel
Den man. 16. sep. 2019 kl. 12.26 skrev Maciek Godek :
> Hi,
> is there any way to deploy Racket's big-bang applications to run in a
> browser (or any plans to enable that feature)?
>
> --
> You
Perhaps RacketScript https://github.com/racket/racket/wiki/RacketScript or
Urlang https://github.com/soegaard/urlang ?
Maybe Pyret?
https://www.pyret.org/docs/latest/world.html
HTH
Stephen
On Mon, Sep 16, 2019 at 11:26 AM Maciek Godek
wrote:
> Hi,
> is there any way to deploy Racket's big-ba
Hi,
is there any way to deploy Racket's big-bang applications to run in a
browser (or any plans to enable that feature)?
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an e
Marc Kaufmann writes:
> So the easiest to do is to create such an info.rkt file and call `raco pkg
> install app-name/` -- and that should work even if I don't do the `raco
> exe` and `raco distribute`?
Yes, that's right. `raco exe' and `raco distribute' are not required.
I realize now that I
Alex Harsanyi writes:
>> Although it's not exactly the same thing, I use `info.rkt'[1][2]
>> (similar to `setup.py') for this purpose and each one of
>> my web apps is its own package.
>>
>
> Does this mean that the application itself is available as a package and
> you can require files from in
On Monday, September 16, 2019 at 5:04:58 PM UTC+8, Bogdan Popa wrote:
>
>
> Marc Kaufmann writes:
>
> > this is surely answered somewhere, but I have not made much progress. If
> > you know python, what I want to do is essentially
> >
> > $ pip install requirements.txt
> >
>
> Although it's
So the easiest to do is to create such an info.rkt file and call `raco pkg
install app-name/` -- and that should work even if I don't do the `raco
exe` and `raco distribute`?
On Mon, Sep 16, 2019 at 11:04 AM Bogdan Popa wrote:
>
> Marc Kaufmann writes:
>
> > this is surely answered somewhere, bu
Marc Kaufmann writes:
> this is surely answered somewhere, but I have not made much progress. If
> you know python, what I want to do is essentially
>
> $ pip install requirements.txt
>
Although it's not exactly the same thing, I use `info.rkt'[1][2]
(similar to `setup.py') for this purpose and
Hi,
this is surely answered somewhere, but I have not made much progress. If
you know python, what I want to do is essentially
$ pip install requirements.txt
where requirements.txt has a list (one per line) of packages and their
versions to install (usually installed into a virtual environmen
13 matches
Mail list logo