-
## Description
My entry for the Creative Racket Competition is a library I've been working on for creating art out of implicit surfaces, called Tangerine.
The primary feature of Tangerine is its r…
-
1. `nix shell github:winny-/ssh-hack/runAsLibrary`
2. Try to run `ssh-hack`
3. Notice `racket -l ssh-hack` works (the library has a main entrypoint)
```
winston@stargate ~ $ nix shell github:win…
-
The following program provokes an error:
; prepare: no such column: GITHUB
I suspect that (somewhere) there an "deta field name to sql fieldname" conversion missing.
```
#lang racket
(req…
-
### Description
From [SRFI 124](https://srfi.schemers.org/srfi-124/srfi-124.html):
> An ephemeron is an object with two components called its key and its datum. It differs from an ordinary pair as…
-
Now that Typed Racket has Shallow & Optional modes, we might be able to make the math library work for untyped code without crazy slowdowns.
But it's not as simple as changing the whole math librar…
-
Hello,
I tried out this library and with my brand new racket installation, the GLFW function setter functions did not work. For example,
```racket
#lang racket/base
(require glfw3)
(defin…
-
Since its coronation in 2007, R6RS has remained a viable dialect for Scheme, both in research and for doing practical programming. The Scheme standardization process has moved on in the form of R7RS-s…
-
Right now it's a standalone compiler.
From accelerack, we already have experience with FFI and multi-language projects playing nice with Racket. When it is ready, we can make it possible to:
*…
-
(torch) ➜ ~ raco pyffi configure
open-input-file: cannot open module file
module path: pyffi/configure-pyffi
path: /Users/racketlover/Library/Racket/8.2/pkgs/pyffi/configure-pyffi.rkt
syste…
-
```
#lang racket
(module a typed/racket)
(module* b typed/racket
(require racket/list ;; Any library can be required here
(submod ".." a)))
```
When building the file above with `-j 2`…