This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-04
Channels
- # bangalore-clj (3)
- # beginners (23)
- # boot (89)
- # cider (11)
- # cljs-dev (22)
- # cljsjs (5)
- # cljsrn (21)
- # clojure (141)
- # clojure-android (1)
- # clojure-berlin (1)
- # clojure-greece (1)
- # clojure-italy (13)
- # clojure-mke (2)
- # clojure-nl (8)
- # clojure-norway (5)
- # clojure-russia (22)
- # clojure-sg (4)
- # clojure-spec (38)
- # clojure-uk (109)
- # clojurescript (150)
- # consulting (4)
- # core-async (7)
- # cursive (13)
- # datascript (8)
- # datomic (72)
- # dirac (185)
- # emacs (5)
- # figwheel (2)
- # flambo (1)
- # hoplon (13)
- # immutant (6)
- # lambdaisland (7)
- # lumo (46)
- # off-topic (13)
- # om (4)
- # onyx (1)
- # pedestal (1)
- # re-frame (68)
- # reagent (15)
- # rum (16)
- # slack-help (4)
- # spacemacs (22)
- # specter (3)
- # vim (10)
- # yada (28)
New site for Respo "a virtual DOM library in ClojureScript" http://respo.site/
What is the current state of FPGA dev tools? Is there a completely open source toolchain yet, or is it still a bunch of proprietary software
@jiyinyiyong Nice, do you have any comparaison with other solutions (reagent, quiescent, om, rum...) ?
@romain No. It's like more difference than similarity. Respo is totally built with ClojureScript and implemented a simpler DOM diff solution. Reagent has component life-cycles methods, Respo only has the render function. Reagent has component local states, Respo manages with states by dispatching to Store(with help of a cursor path). Reagent may use components from React, in Respo we need to implement components by ourselves.
The good part is I can experiment new ideas with Respo because I control it. Also it's more pure and more consistent when it's not based on a JavaScript library.
@jiyinyiyong Are you familiar with freactive? https://github.com/aaronc/freactive How might Respo differentiate from that?
john: Respo is too simple compared to freactive. I never saw freactive, but it's cool by reading the README.
I found it's still different. Freactive is depending on React https://github.com/aaronc/freactive/blob/develop/project.clj#L6-L9
Sadly, it's probably not gonna go in this direction unless sillicon vendors release some specs / documentation. I've heard of project IceStorm for some Lattice devices built by reverse engineering stuff but I've never used it before.
FPGA development (or anything hardware related for that matter) is just absolutely painful mainly because of horrible tooling... that's why I switched over to the software side of things
nice post about announcement msgs: https://hisham.hm/2017/05/04/writing-release-announcement-emails/ Only thing missing, which I need, is the appeopriate way to (un-)announce a project that is ready for alpha-testers and people generally interested in the topic, but not quite there for a Grand Announcement. E.g. a one-man show that could use some help.