Viewing profile — grierson
grierson
HN member- Joined
- Sat, Dec 24, 2016, 6:29 PM UTC
- HN karma
- 17
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About grierson
No profile information was provided.
Recent public activity
-
comment
Comment #22464723
So this is a common issue on the clojure sub-reddit the two good responses i've seen to this is the library expound ( https://github.com/bhb/expound ) so you get more 'human' read-…
-
comment
Comment #22464638
The same way you refactor any other mid size project? Refactoring 2nd ed by Martin Fowler mainly uses Javascript and Refactoring (Ruby edition) by Jay Fields are both dynamic. Test…
-
comment
Comment #19075010
Datomic: Event Sourcing without the hassle https://vvvvalvalval.github.io/posts/2018-11-12-datomic-even...
-
comment
Comment #17932647
Stuart Halloway from the Clojure community has some great a talks using the REPL to debug. Links: Debugging with the Scientific Method - Stuart Halloway ( https://www.youtube.com/w…
-
comment
Comment #14687083
I been using a very similar pattern [Port and Adapters] http://blog.ploeh.dk/2016/03/18/functional-architecture-is-p... since moving to F#, paired with [Railway Oriented Programmin…