-
Sorry if it's not the right place to ask about this.
I know there are several places where people gather around Factor, but...
* IRC: I can't access it most of the time, due to multiple technica…
-
$ git grep -B 1 '\[ intersect ] map-reduce ]'
```
basis/regexp/disambiguate/disambiguate.factor-: intersection ( seq -- elts/f )
basis/regexp/disambiguate/disambiguate.factor: [ f ] [ [ ] [ int…
-
Hey, I saw [this](https://www.youtube.com/watch?v=TcveznrwYtk&t=303s) about concatenative programming. But the quotation ``[.]`` doesn't return ``[[.]]`` but ``[true]``, is it bug ?
![d](https://cd…
-
-
although state is stored on the stack, it is not really always the best place for all state storage concerns. possibly it is not the purest concatenative programming thought, to consider the storing a…
-
`elm-test` appears to rely on native binaries which don't work on nixos (and potentially other platforms).
```
$ mkdir tmp
$ cd tmp
$ npm install elm-test
$ ./node_modules/.bin/elm-test init
…
-
Hi,
Did you read [Backprop as Functor: A compositional perspective on supervised learning](https://arxiv.org/abs/1711.10455) ??
Will you implement the concepts described in this paper in Haskell…
-
I tried to install xs on my Linux Ubuntu 18.04 LTS machine but opam give some strange errors
$ opam pin add xs https://github.com/smabie/xs.git
"""
Package xs does not exist, create as a NEW pack…
-
Hi Diemo, I was at your workshop in Dispersion Lab last month (and am a friend of Glen's).
I'm involved in a project which will be experimenting with concatenative synthesis in VR, and am curious …
-
On Ubuntu 18.04.4 LTS (Bionic Beaver), While following the steps for building from a clean branch of Factor at "https://concatenative.org/wiki/view/Factor/Building%20Factor"
I received the error me…