unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: Andy Wingo <wingo@pobox.com>
Cc: guile-devel@gnu.org
Subject: Re: thoughts on targetting the web
Date: Thu, 07 Oct 2021 01:34:48 +0200	[thread overview]
Message-ID: <87lf35abq5.fsf@web.de> (raw)
In-Reply-To: <87h7htfvy3.fsf@pobox.com>

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]


Andy Wingo <wingo@pobox.com> writes:

> Anyway, thoughts welcome.  Happy hacking :)

This sounds great — thank you!

I personally would already be happy if I could start by replacing my
small biwascheme utility by guile-based webassembly:

https://www.draketo.de/software/matrikellanguage.scm

Currently used via 

<script src="biwascheme.js">
  (load "matrikellanguage.scm")
  (let loop ()
      (wait-for "#matrikelnummer" "input")
      (set-content! "#result" (matrikel->pair (get-content "#matrikelnummer")))
      (console-log "ok.")
      (loop))
</script>

on https://www.draketo.de/software/vorlesung-netztechnik#nummer-zu-sprache


Doing this in biwascheme looks good for this small utility, but when I
tried to do anything bigger, I found that biwascheme does not provide
the namespacing of Scheme, so I broke variables. It looks like scheme
and is pretty nice to use, but it is not really Scheme.


Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

  parent reply	other threads:[~2021-10-06 23:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19 20:20 thoughts on targetting the web Andy Wingo
2021-06-19 22:24 ` Chris Lemmer-Webber
2021-10-06 14:53   ` Christine Lemmer-Webber
2021-06-20 10:02 ` Maxime Devos
2021-06-20 14:14   ` Chris Lemmer-Webber
2021-06-20 20:55     ` Maxime Devos
2021-10-06 23:34 ` Dr. Arne Babenhauserheide [this message]
2021-10-07  1:37 ` Nala Ginrut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf35abq5.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=guile-devel@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).