lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
hoppy 2017-07-13T02:44:57.756644Z

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

stbgz 2017-07-13T17:38:06.613428Z

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

2017-07-13T17:40:07.685541Z

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

2017-07-13T17:42:14.760370Z

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.

stbgz 2017-07-13T17:56:59.298774Z

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

2017-07-13T17:58:08.342030Z

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

stbgz 2017-07-13T17:59:32.394456Z

ahh awesome

stbgz 2017-07-13T17:59:49.405586Z

by the way have you guys seen this http://plasma-umass.github.io/doppio-demo/?

2017-07-13T18:04:15.573710Z

wtf, is it running java in the browser

stbgz 2017-07-13T18:06:20.649057Z

yes

stbgz 2017-07-13T18:07:05.675681Z

not sure what to think of it

pesterhazy 2017-07-13T18:35:01.683150Z

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

1😄
stbgz 2017-07-13T20:26:56.450788Z

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

1👍
richiardiandrea 2017-07-14T08:10:04.320572Z

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

dominicm 2017-07-14T15:59:01.860995Z

> 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.

dominicm 2017-07-14T15:59:18.871347Z

This would need extending

dominicm 2017-07-14T16:04:31.060171Z

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

dominicm 2017-07-14T16:11:17.285537Z

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

richiardiandrea 2017-07-14T16:19:27.551921Z

eh that would be a very interesting test to do 😉

stbgz 2017-07-14T21:54:21.328465Z

I was just thinking of that