[racket-users] ANN: Landau

2020-07-12 Thread Ivan Dolgakov
Dear Racketeers, We are glad to present you a new differentiable programming language called Landau. https://gitlab.iaaras.ru/iaaras/landau # Description Landau is a LANguage for Dynamical systems with AUtomatic differentiation. Landau is a Turing-incomplete statically typed domain-specific d

[racket-users] How to expand the syntax using the foreign module namespace?

2019-01-22 Thread Ivan Dolgakov
Hello, I am looking for some way to expand syntax (that is, without evaluation, just syntax -> syntax transform) during another macro expansion (main-test.rkt in the following example) using the foreign module namespace (need to use prog and simple-act transformation rules from foreign modules)