Fork me on GitHub
#lumo
<
2017-07-13
>
hoppy02:07:57

interesting.... I'm a pleb around the nodejs ecosystem, but I find lumo to be a very strategic piece in clojureland.

stbgz17:07:06

hey @hlolli I was looking at the video you posted algoraving with clljs. Care to share the setup???, in the past I've used sonicpi but I really dislike ruby

hlolli17:07:07

it's here https://github.com/hlolli/panaeolus/ but it's a mess the project. Work in progress.

hlolli17:07:14

well, I'll notify when it's improved, but it requires Csound to be installed and how to add samples and start patterns still undocumented. Now Csound is in webassembly, it can be embedded and run by node, it would make things easier.

stbgz17:07:59

great! haven't heard of csound, I think overtone uses something else, also I heard the overtone guy(can't remember his name) is moving to erlang stuff

hlolli17:07:08

it uses Supercollider, it's on my todo list to make clojure->csound transpiler in a similar fashin that Overtone communicates with Supercollider.

stbgz17:07:32

ahh awesome

hlolli18:07:15

wtf, is it running java in the browser

stbgz18:07:05

not sure what to think of it

pesterhazy18:07:01

"The demo will immediately preload a 40MB file containing the Java Class Library." - haha

stbgz20:07:56

@richiardiandrea maybe we can use the abve project to port maven

richiardiandrea08:07:04

This at some point is something I want to do, hopefully soon 😄

dominicm15:07:01

> CheerpJ also provides a choice of filesystem access methods. This includes a read-only filesystem based on HTTP, a local read-write filesystem based on indexDB which is persistent across sessions, and a facility to access JS strings as files, useful to pass input data to target converted Java programs.

dominicm15:07:18

This would need extending

dominicm16:07:31

http://leaningtech.com/cheerpj/ this is possibly the place to ask

dominicm16:07:17

Totally off topic: could clojure run in the browser with this?

richiardiandrea16:07:27

eh that would be a very interesting test to do 😉

stbgz21:07:21

I was just thinking of that