Re: GuileScript 0.0.0 released

2022-01-18 Thread Aleix Conchillo Flaqué
On Tue, Jan 18, 2022 at 1:11 AM Dr. Arne Babenhauserheide wrote: > > Aleix Conchillo Flaqué writes: > > > I'm excited to announce GuileScript 0.0.0. GuileScript aims to be a Guile > > to JavaScript compiler. It currently doesn't do much but there are some > > working examples like fibonacci, bin

Re: GuileScript 0.0.0 released

2022-01-18 Thread Daniel Meißner
Aleix Conchillo Flaqué writes: > Yes, I was thinking adding support for interacting with the DOM at > some point. > > Many cool things can be done. Thanks for the interest! Yay! I will stay up to date with this. Best Daniel

Re: GuileScript 0.0.0 released

2022-01-18 Thread Daniel Meißner
Hi Aleix, this is so cool, thanks for sharing! Do you have any plans on adding some simple WebAPI support? I mean something along the following would be very cool: (render (document:query-selector ".app") `(form (h1 ,title) (input (@ (type "text"))) (input (@ (type

Re: GuileScript 0.0.0 released

2022-01-18 Thread Dr. Arne Babenhauserheide
Aleix Conchillo Flaqué writes: > I'm excited to announce GuileScript 0.0.0. GuileScript aims to be a Guile > to JavaScript compiler. It currently doesn't do much but there are some > working examples like fibonacci, binary search and reversing a vector. … > https://github.com/aconchillo/guilescr

Re: GuileScript 0.0.0 released

2022-01-18 Thread Aleix Conchillo Flaqué
Hi Daniel, Yes, I was thinking adding support for interacting with the DOM at some point. Many cool things can be done. Thanks for the interest! Aleix On Tue, Jan 18, 2022, 12:07 AM Daniel Meißner < daniel.meissner-...@ruhr-uni-bochum.de> wrote: > Hi Aleix, > > this is so cool, thanks for shar

Re: GuileScript 0.0.0 released

2022-01-17 Thread Aleix Conchillo Flaqué
To be honest, I don't know yet, I just did it for fun. For now, I want to try to replicate what I saw in that tweet and build whatever I need to get there. Aleix On Mon, Jan 17, 2022 at 10:22 PM Jacob Hrbek wrote: > What's the projected usecase? Making websites in GNU Guile? > > On 1/18/22 07:1

Re: GuileScript 0.0.0 released

2022-01-17 Thread Jacob Hrbek
What's the projected usecase? Making websites in GNU Guile? On 1/18/22 07:10, Aleix Conchillo Flaqué wrote: Hi, I'm excited to announce GuileScript 0.0.0. GuileScript aims to be a Guile to JavaScript compiler. It currently doesn't do much but there are some working examples like fibonacci, bina