scheme

  1. Alain De Vos

    Using zig-compiler to compile a nim-file or chicken-scheme-file to an executable

    The purpose is to demonstrate that you can use zig to compile a nim-file or chicken-scheme-file to an executable. Start by installing nim,zig,chicken-scheme: pkg install nim pkg install zig pkg install chicken5 Create a file written in nim language named "hello.nim" with contents: echo...
Back
Top