Verwijzing naar AI.

This commit is contained in:
2026-05-28 08:44:21 +02:00
parent e89ab88670
commit 7435900497
+5 -1
View File
@@ -16,10 +16,14 @@
(list (verbatim rkt) (verbatim js))))) (list (verbatim rkt) (verbatim js)))))
@title{js-maker: a Syntax-Driven Racket-to-JavaScript Generator} @title{js-maker: a Syntax-Driven Racket-to-JavaScript Generator}
@author+email["Hans Dijkema" ""] @author+email["Hans Dijkema" "hans@dijkewijk.nl"]
@defmodule[js-maker] @defmodule[js-maker]
This module has been largely coded as an evolution to the @{js-transformer} setup
from @racket{racket-webview} by supervising it's evolution using AI.
It is astonishing what AI can do these days.
@bold{js-maker} is a small, syntax-driven JavaScript generator for writing a @bold{js-maker} is a small, syntax-driven JavaScript generator for writing a
practical JavaScript subset in Racket notation. It provides two macros, practical JavaScript subset in Racket notation. It provides two macros,
@racket[js] and @racket[js/expression]. In the ordinary case the macros @racket[js] and @racket[js/expression]. In the ordinary case the macros