lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
borkdude 2018-05-31T09:01:40.000102Z

@johanatan wow, that React + blessed lib looks interesting. I made something rudimentary out of normal cljs atoms here: https://gist.github.com/borkdude/26685d175e117597a249c191396688d8

borkdude 2018-05-31T09:10:40.000311Z

Anyone know how I can run JS with this syntax in node?

import React, {Component} from 'react';
import blessed from 'blessed';
import {render} from 'react-blessed';

// Rendering a simple centered box
class App extends Component {
I assume this is ES6?

2018-05-31T11:27:55.000287Z

@borkdude @babel/cli ?