ben.txt

Results 29 issues of ben.txt

Hi The following error after running `jpm build` ``` git clone https://github.com/janet-lang/jaylib cd jaylib/ git submodule update --init --recursive jpm build compiling build/src___main.o... cc1: error: argument to '-O' should be...

rebar3 clojerl compile log: ``` ===> Verifying dependencies... ===> Compiling web-app ===> Clojerl Compiling cowboy ===> Clojerl Compiling cowlib ===> Clojerl Compiling ranch ===> Clojerl Compiling web-app ===> /Users/bkb/local/clojerl/example-web-app.git/_build/default/lib/web-app/src/web_app/app.clje:4:1: Unable...

``` wget https://raw.githubusercontent.com/mighty-gerbils/gerbil/master/homebrew/gerbil-scheme.rb brew install --formula -vd gerbil-scheme.rb ``` ## Error log: ``` ... compile /private/tmp/gerbil-scheme-20240318-40667-701jwl/build/lib/static/std__ld: Undefined symbols: ____S_any, referenced from: ____LNK_gerbil____expander____stxcase in gerbil__expander__stxcase.o ____LNK_std____srfi____1 in std__srfi__1.o ____LNK_std____srfi____115 in std__srfi__115.o...

I would like to suggest another more Markdown based flavor when it comes to formatting code blocks und inclusion directives. Rationale: While everyday coding in the Literate Programming style can...

It would be nice to increase the number of programming languages to work with Right now the supported langs, are according to `--help` ``` -lang (default=ocaml, choices=ocaml|C|shell|ocamlyacc|php|haskell) ``` Besides the...

I admit, I'm not at my best today, and maybe there is something broken on my mac. But I cannot run what is described in 'The Lobster C++ Implementation' over...

hi, No issue, just expressing my gratitude. Scam is so great and I would like to know if you are still interested in working/using it. Thanks Ben

Hi, I try to run the simple example from the readme ``` import ray 'https://github.com/fubark/ray-cyber' ray.InitWindow(800, 600, 'Hello') ... ``` Error: ``` https://raw.githubusercontent.com/fubark/ray-cyber/master/mod.cy CompileError: Error: EndOfStream in /[...]/cyber-raylib/ray-cyber/hello.cy ```

Hi, I just run a simple and very limited benchmark to get idea where Lispkit score in terms of and startup and runtime performance. Below there are some mesurements where...