Fork me on GitHub
#hoplon
<
2017-11-15
>
flyboarder21:11:27

welcome @rampal 🙂

rampal22:11:37

I am trying to make a simple case management system in hoplon primarily to learn FRP. Police officers create "suspects" who can have many "cases" and each case can have many "notes".

rampal22:11:11

Is there any hoplon documentation that will lead me through this? Or should I learn Clojurescript first?

alandipert22:11:14

rampal not that particular application of course, but the address book tutorial is a good place to start: https://github.com/hoplon/hoplon/wiki/Get-Started

alandipert22:11:01

fwiw, what hoplon does is closer to spreadsheets than FRP (altho we made the mistake in the past of marketing it as such)

alandipert22:11:20

(and there is a strong correspondence between how FRP and spreadsheets both work)

rampal23:11:36

Thank you. I got the counter example to work. The entire process was very quick.