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
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
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
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
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
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
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