This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-04
Channels
- # announcements (25)
- # babashka (7)
- # beginners (52)
- # calva (29)
- # clara (1)
- # clj-kondo (4)
- # cljs-dev (55)
- # clojure (86)
- # clojure-europe (5)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-uk (57)
- # clojurescript (33)
- # conjure (107)
- # cursive (20)
- # datomic (37)
- # emacs (23)
- # events (13)
- # fulcro (67)
- # helix (73)
- # jobs-discuss (22)
- # lambdaisland (1)
- # leiningen (32)
- # malli (2)
- # meander (9)
- # mid-cities-meetup (1)
- # observability (1)
- # off-topic (14)
- # overtone (3)
- # pathom (39)
- # re-frame (22)
- # reagent (13)
- # reitit (13)
- # shadow-cljs (52)
- # sql (15)
- # tools-deps (29)
- # vim (11)
I did an integration for Apache OFBiz ERP and clojure repl - Github is here https://github.com/netdava/ofbiz-clojure-repl and there is also a video https://www.youtube.com/watch?v=XXxJDZRzu_E&feature=youtu.be . Right now it's just the repl inside ofbiz and access to ofbiz services.
That’s pretty awesome — I think I might try to do something very similar with Moqui…
Moqui looks awesome, I’d also never seen it. Anyone familiar with other similar free/open-source tools that provide something like an ERP over an API? On the commercial front I’ve seen https://commercetools.com and https://www.elasticpath.com/
over API I don't know - but there are a few of them - OFBiz is one - a bit older but I am checking it out - seems to have potential. https://ofbiz.apache.org/ . Scipio uses OFBiz underneath https://www.scipioerp.com/ - java based. Python: https://github.com/frappe/erpnext
Ah I forgot erpnext! They’re awesome
Last I looked at OFBiz it scared me off 🙂
But I’d like to be wrong on that
Awesome, Fulcro RAD would be a nice layer atop ERP APIs
I’m working in a similar space but more focused on CRM than ERP
I’d start with running ERPNext, in a Docker container or similar. I looked a bit at ERPNext last year at a previous job, as well as OFBiz, Odoo, etc. Retail ecommerce use-cases. ERPNext seems to be the best balance of FOSS, maturity, functionality, and sanity with regard to customization (it’s just Python, Frappe framework is interesting, and there’s some sort of REST API)
Note if you want to host ERPNext for others, there may be a licensing issue
But building atop its API may be different (I’m not a lawyer, etc 😀)
Thanks. More reasons to stick with OFBiz. I have settled on Clojure and ClojureScript as primary languages in the company and it limits projects to Java an JS
Conjure v3 is out! A full rewrite! https://github.com/Olical/conjure/releases/tag/v3.0.0 * It runs entirely inside Neovim's LuaJIT now. No extra JVM or AOT compile step involved. * It's written in Fennel, a Lisp, and compiled to Lua using Aniseed https://github.com/Olical/aniseed * Based on nREPL (and optional CIDER middleware) now instead of prepl. So it works with shadow-cljs/babashka etc! * It supports more than Clojure, so far it's just Fennel+Aniseed but I'll be adding Racket and Janet (and more!) ASAP. I hope it's interesting to non-Conjure users and a welcome upgrade for users of older versions! Enjoy 🎉 😄 https://asciinema.org/a/325517


#cljfx 1.7.0 is released!
Cljfx is a declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame.
https://github.com/cljfx/cljfx
Notable changes since the previous announcement:
- added handling of cljfx.skip-javafx-initialization
java property that solves most AOT-related issues, see https://github.com/cljfx/cljfx#aot-compilation-is-complicated
- bumped JavaFX dependency to latest release;
- added some more props to various nodes and improved cache invalidation for memoization contexts.
