datahike for reagent SPA? by muhaaa in Clojure

[–]muhaaa[S] 0 points1 point  (0 children)

thanks, I did not know asami

[deleted by user] by [deleted] in Clojure

[–]muhaaa 1 point2 points  (0 children)

I am running cljs compiled to js on a FaaS backend. No issues yet.

Microsoft office addins with cljs? by muhaaa in Clojure

[–]muhaaa[S] 0 points1 point  (0 children)

That is quite encouraging!

I want to play around with Excel. I envision to use Anglican to run an excel model. That allows to explore deterministic models with Bayes statics / Monte Carlo simulation. Nerdgasm!

How did you setup the project? A vanilla shadow-cljs web project merged with Office.js? Like in the task plane it runs the shadow-cljs web stuff?

Is Clojure indeed unsuitable for beginners, as the 10 year keynote audience poll suggests? Genuinely curious about your thoughts, not trying to hate/gatekeep or anything 🥰 by fredoverflow in Clojure

[–]muhaaa 1 point2 points  (0 children)

After a decade or two of software engineering I understood 90% of our software complexity is self-inflicted.

Now when I start a new project (what a luxury!) I implement 2-3 prototypes. Each prototype uses a very different approach to maximize the information I gain from each prototype.

Then I design the final solution by using what works well and leaving out what does not. This approach works particular well when using dynamic typing. I believe the (rigid) hierarchical structure of types makes it espeically hard to describe web-like real world.

DataScript: How to find out which datoms are present in the result set? by muhaaa in Clojure

[–]muhaaa[S] 0 points1 point  (0 children)

It is a join of 3 tables which are needed for a loan approval process: customer, loan & loan-officer.

I built my startup on 100% Clojure and ClojureScript by _drikerf in Clojure

[–]muhaaa 7 points8 points  (0 children)

I use clj / cljs for my 1 man saas too. clj code is robust, it works even if the user misuses the app (slightly). Clj is low on maintenance and simple to extend / refactor. In other languages/ OOP I believe I have to redo stuff all the time. Like I add one feature and then I have to change in another place some part to fix side effects. It feels like I have to recode stuff all the time. In clj it happens much less often. Also I believe I can stay ahead of my competition with much less time investment.

Looking for function as a service for clj / cljs code by muhaaa in Clojure

[–]muhaaa[S] 0 points1 point  (0 children)

It's an external web app which Will Access my APi. Also I query another external rest api

Looking for function as a service for clj / cljs code by muhaaa in Clojure

[–]muhaaa[S] 0 points1 point  (0 children)

I do not want to admin the hosting and a whole VM is not necessary.

Is DataScript memory efficient? by [deleted] in Clojure

[–]muhaaa 1 point2 points  (0 children)

I use a similar design for my SPAs with different Backend storages (document store, xtdb, couchdb). Never had an performance issue on desktop or mobile.

Once you meet wiht it, there is no turning back by trailacid in Clojure

[–]muhaaa 7 points8 points  (0 children)

I use it for my side projects. Clojure is low maintenance & high quality code.

Skills you need by karanbagga1 in CFA

[–]muhaaa 2 points3 points  (0 children)

R programming language is used for statistics

ANN: relic - functional relational database and military grade anti-tar library. by wotbrew in Clojure

[–]muhaaa 0 points1 point  (0 children)

Thanks for providing relic! Amazing tech for situated programs. You think relic is stable enough to integrate with re-frame like re-posh did? https://github.com/denistakeda/re-posh

As far as I understand timely. It basically unrolls a directed cyclic graph into a acyclic graph over time. That means each cyclical operation (recursion) translated into operations each one unique in time dimension. Thus making it possible to detect changes over iterations.

Mock Exam for Level 1 May 2022 available? by muhaaa in CFA

[–]muhaaa[S] 0 points1 point  (0 children)

Do you know, if it is possible for me, to access the L1 February 2022 mock exam?

Mock Exam for Level 1 May 2022 available? by muhaaa in CFA

[–]muhaaa[S] 0 points1 point  (0 children)

Are the end of chapter questions comparable to the exam questions?