Björn Kihlberg

Results 11 comments of Björn Kihlberg

Oh my god yes! This language is so interesting but it's hard to evangelize it without some basic tools.

I just noticed something similar. I was about to report it as a bug. This works in the REPL: ``` > (define-syntax my-macro (syntax-rules (

> This is by design. Please see [this example](https://cisco.github.io/ChezScheme/csug9.5/use.html#./use:s14) in the Chez Scheme User's Guide, which shows how to fix your library. Thank you for the help and the swift...

@soegaard Unfortunately it isn't. Here's a quote from the documentation on `read-token`: > Parsing of a Scheme datum is conceptually performed in two steps. First, the sequence of characters that...

I'm interpreting your answers to mean that there is no access to the reader.

@weinholt Yep, that looks like it could help me. @jltaylor-us Thank you for the context! PS. *read.ss* got some interesting ideas in it.

There is a libtensorflow.dll in packages\TensorFlowSharp.1.5.0\runtimes\win7-x64\native but it isn't copied to the bin dir when compiling you application so you have to do this manually. 👎

Sorry, I wasn't clear. This is when you install the TensorFlowSharp nuget-package in your solution. There will be a "packages"-folder in the solution root. Restore your nuget-packages for your solution...

Cool! I don't object at all. Thank you!

Progress - [x] Start a discussion - [Using Cucumber for automated testing](https://github.com/input-output-hk/marlowe-ts-sdk/discussions/164) - [x] Install cucumber - You can [install locally through npm](https://cucumber.io/docs/installation/javascript/). `npm install --save-dev @cucumber/cucumber` - It is...