@rzeta0 It's written in #Purescript -- the syntax is somewhat similar tho, so you might understand: https://gitlab.com/bss03/halogen-lambda/-/blob/main/src/Eval.purs?ref_type=heads
@rzeta0 It's written in #Purescript -- the syntax is somewhat similar tho, so you might understand: https://gitlab.com/bss03/halogen-lambda/-/blob/main/src/Eval.purs?ref_type=heads
Come join us for another day of geeking out over functional programming! The FPIndia May meetup is here!
https://hasgeek.com/fpindia/bangalore-fp-may-meetup/
#Bangalore #FunctionalProgramming #FPIndia #Meetup #India #Haskell #PureScript #OCaml #Elixir #Clojure #Scala
Come join us for another day of geeking out over functional programming! The FPIndia May meetup is here!
https://hasgeek.com/fpindia/bangalore-fp-may-meetup/
#Bangalore #FunctionalProgramming #FPIndia #Meetup #India #Haskell #PureScript #OCaml #Elixir #Clojure #Scala
Come join us for another day of geeking out over functional programming! The FPIndia May meetup is here!
https://hasgeek.com/fpindia/bangalore-fp-may-meetup/
#Bangalore #FunctionalProgramming #FPIndia #Meetup #India #Haskell #PureScript #OCaml #Elixir #Clojure #Scala
Justin Woo - Superior String Spaghetti with PureScript (HaskellX 2018 Lightning Talk)
Is there any org in #Bangalore that would like to lend their space for an #FPIndia meetup? Please dm
#India #FunctionalProgramming #Meetup #Haskell #PureScript #Erlang #Elixir #OCaml #Scala #Clojure
If you want to learn #Haskell, and are not allergic to frontend development, start with #PureScript.
Yes, the tooling situation in Haskell is that bad, and it will actively prevent you from focusing on learning. PureScript meanwhile is basically Haskell, and fantastic and modern in every way.
You will thank me
@cafkafk have you looked at #PureScript
If youโre a #haskell user or a proponent of #functionalprogramming please consider donating to the #Purescript project to keep it alive.
Itโs a fairly obscure project but, IMO, it is THE language for web #frontend.
On top of that, the backend was recently rewritten in #ChezScheme which tends to be very popular choice in the #formalmethods world due to its rigor.
I see #ghcjs nipping at its heels but IMO, PS will always be a more bespoke and opinionated tool.
Whelp. Just got let go. They actually disabled my account while I was in the exit interview. Corporate IT is _cold_.
Anyway, I guess I'm looking for a new position maybe even be #FediHired ?
I have to live in Cove, AR with my disabled family, so it will probably need to be 100% remote.
I'd prefer to keep doing #Haskell or try out #PureScript in production, or even something more exotic like #Agda or #Idris
Full stack #PureScript ๐
Ready to geek out over functional programming? Join us for the upcoming FPIndia Bangalore meetup!
https://hasgeek.com/fpindia/bangalore-fp-april-meetup/
#Bangalore #FunctionalProgramming #FPIndia #Meetup #India #Haskell #PureScript #OCaml #Elixir #Clojure #Scala
@xyhhx Iโm an absolute hack but I find myself standing on the shoulders of giants that stand on the shoulders of giants that stand on the shoulder of giants that stand on theโฆ.
Iโd absolutely love to get into anything you might be wondering about. I eventually switched to it because it made more sense as someone that loved calculus in high school. #functionalprogramming
Hereโs a cool intro video I watched the other day about my pet language #purescript
https://redirect.invidious.io/watch?v=G01lKh8K9KY
Why would people use other programming languages for frontend dev when #PureScript is just right there?
#FunctionalProgramming
I built a working full stack #purescript #haskell web app.
and now I have gotten to the point in the building of that app where I say, โhow can I now take this project and strip out all of the domain-specific types and instances and have #lambdabuffers generate them programmatically so I just have to write one very descriptive schema to build a huge array of different apps for different domains?โ
https://mlabs-haskell.github.io/lambda-buffers/haskell.html
https://mlabs-haskell.github.io/lambda-buffers/purescript.html
I wrote a small #PureScript DSL to compute taxes. Why?
1. Tax season is here, and all the online calculators are terrible!
2. The Indian tax code has different "tax regimes" that you can opt for and I wanted to compare how the tax liability changes with your choice. Hence a DSL, and not merely a calculator.
3. Writing a tax calculator is the best way to understand the nuances of the tax code.
4. Writing DSLs is fun!
Code here - https://forge.id1.in/aj/purescript-taxes
#India #Taxes #TaxCalculation #FunctionalProgramming
@kack I had some success with re-frame. It was enjoyable. I also used #purescript which feel like magic but I could never be as productive with it as I could with #Clojure.
As promised above, I've made a demo todo app for the style/architecture I described in a previous series of posts ; https://dicioccio.fr/purescript-minitools-architecturedemo.html (the code: https://github.com/lucasdicioccio/purescript-minitools-architecture-demo ) + I've opened the set of "bricks" (i.e., bulma-css style "components").
https://dicioccio.fr/how-i-write-purescript-apps-part-iii.html
And I've done Part-3. It's good to delete tons of notes I had accumulated and make them almost well-formed thoughts.
I'll likely make:
- a git template/demo repo of some sort
- some step-back post for the over-arching theme of how simple-approaches lead you far
Next in line: a rant about SQL (tutorials but there are some original sins), it's gonna be much shorter than the close to 8,000 words of text of the recent series.
Is it just me? but what's stopping me from using #purescript seriously now is that spago works completely differently now. I mean, the migration from spago.dhall to spago.yaml
Or are you all still using spago-legacy?