Tag: racket

Racket: Qi 5 Released

Written by Dominik Pantůček on 2025-01-30

racket

Last week on January 24th, version 5 of Qi was released. This release contains support for flows in higher-order argument positions and in sequences of qi/list procedures a faster runtime code is produced by the compiler.

...

Controlling Rclone in Racket

Written by Dominik Pantůček on 2024-12-05

rcloneracket

Analyzing cryptographic systems usage with respect to how the users interact with it sometimes requires programmatically simulating their actions. It is no different with our recent work on rclone cryptographic keys handling. However we are lucky that Racket provides all the functionality we needed!

...
...
...

Racket, MS SQL, ODBC and FreeTDS

Written by Dominik Joe Pantůček on 2020-03-05

racketdatabase

As I have written before, Racket is used for implementing most of our tooling and helper applications both for the Cryptoucan™ development and for other back-end tasks as well. You can rightfully guess that most of the bookkeeping programs need to access various databases and although accessing databases is super-convenient in Racket, with some databases on weird platforms, strange problems may arise. Read on to see one of the more interesting and also to see how to resolve such issues.

...