Re: [racket-users] Replacing nodejs with Racket... possible?

2018-02-12 Thread 'Paulo Matos' via Racket Users
Thanks. RacketScript is just what I need. :)

On 10/02/18 21:26, Jens Axel Søgaard wrote:
> Check the Playground for RacketScript. Sounds like your program have the
> same components.
> 
> https://github.com/vishesh/racketscript-playground
> 
> /Jens Axel
> 
> 
> 2018-02-10 20:19 GMT+01:00 'John Clements' via Racket Users
> >:
> 
> I think you might be most interested in RacketScript, available on
> the package server. It compiles racket into JS.
> 
> https://github.com/vishesh/racketscript/blob/master/README.md
> 
> 
> Haven’t used it myself, but I probably will, the next time I need
> something written in JS.
> 
> John
> 
> 
> > On Feb 10, 2018, at 08:17, 'Paulo Matos' via Racket Users
>  > wrote:
> >
> > Hi,
> >
> > I am far from being a web dev so please bear with me. I need to do a
> > simple web interface with two text areas side-by-side in order to
> > test-drive a commercial product from a web interface. The user
> writes on
> > the left side. The content is driven through a server side app (in
> > racket but I don't think it matters for this use case) and the
> output is
> > shown on the right-most box.
> >
> > This is similar, although not necessarily as complex as the Compiler
> > Explorer:  https://gcc.godbolt.org/
> >
> > Compiler Explorer is written in NodeJS (with layout by Golden Layout).
> > That's a non-starter. I look at the source (available in github) and
> > doesn't say much.
> >
> > I am curious, could this be potentially written in pure racket? I have
> > heard of Whalesong as a sort of racket replacement to JS.
> >
> > Any references to how to even start implementing something like
> this in
> > Racket?
> >
> > Kind regards,
> > --
> > Paulo Matos
> >
> > --
> > 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 email to racket-users+unsubscr...@googlegroups.com
> .
> > For more options, visit https://groups.google.com/d/optout
> .
> 
> 
> 
> --
> 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 email to racket-users+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout
> .
> 
> 
> 
> 
> -- 
> -- 
> Jens Axel Søgaard
> 
> -- 
> 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 email to racket-users+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
Paulo Matos

-- 
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 email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Replacing nodejs with Racket... possible?

2018-02-10 Thread Jens Axel Søgaard
Check the Playground for RacketScript. Sounds like your program have the
same components.

https://github.com/vishesh/racketscript-playground

/Jens Axel


2018-02-10 20:19 GMT+01:00 'John Clements' via Racket Users <
racket-users@googlegroups.com>:

> I think you might be most interested in RacketScript, available on the
> package server. It compiles racket into JS.
>
> https://github.com/vishesh/racketscript/blob/master/README.md
>
> Haven’t used it myself, but I probably will, the next time I need
> something written in JS.
>
> John
>
>
> > On Feb 10, 2018, at 08:17, 'Paulo Matos' via Racket Users <
> racket-users@googlegroups.com> wrote:
> >
> > Hi,
> >
> > I am far from being a web dev so please bear with me. I need to do a
> > simple web interface with two text areas side-by-side in order to
> > test-drive a commercial product from a web interface. The user writes on
> > the left side. The content is driven through a server side app (in
> > racket but I don't think it matters for this use case) and the output is
> > shown on the right-most box.
> >
> > This is similar, although not necessarily as complex as the Compiler
> > Explorer:  https://gcc.godbolt.org/
> >
> > Compiler Explorer is written in NodeJS (with layout by Golden Layout).
> > That's a non-starter. I look at the source (available in github) and
> > doesn't say much.
> >
> > I am curious, could this be potentially written in pure racket? I have
> > heard of Whalesong as a sort of racket replacement to JS.
> >
> > Any references to how to even start implementing something like this in
> > Racket?
> >
> > Kind regards,
> > --
> > Paulo Matos
> >
> > --
> > 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 email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> 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
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-- 
Jens Axel Søgaard

-- 
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 email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.