Verwijzing naar AI.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user