Тёмный
Chicago Haskell
Chicago Haskell
Chicago Haskell
Подписаться
The Chicago Haskell programming language group. ChicagoHaskell.com | meetup.com/ChicagoHaskell | @ChicagoHaskell
Комментарии
@chriswininger3022
@chriswininger3022 3 года назад
Now I just need a way to generate Haskell code from JS so I don't have to write Haskell. Then my JS can generate the Haskell and and the Haskell can generate the JS and I don't have to generate anything :-)
@charan8820
@charan8820 4 года назад
Just Awesome :)
@gavinschuette9826
@gavinschuette9826 5 лет назад
server side web development in lisp
@gavinschuette9826
@gavinschuette9826 5 лет назад
the fact that you are working with services....means it should all be nuked services lol SOA is poo devs please start thinking in terms of DATA what messes devs create
@ixxitopololis
@ixxitopololis 6 лет назад
What about Nix/OS/Ops? :)
@basssschie
@basssschie 7 лет назад
Cool Demo/Presentation Luite :-)
@batlin
@batlin 8 лет назад
Great talk! The live-in-slide GHCJS demos were pretty amazing; there should be more of that in presentations. Also, longest Q&A ever :D
@carloslfu
@carloslfu 8 лет назад
Awesome!!
@polypus74
@polypus74 8 лет назад
Thanks for this. Lots of libs to look into. Was on the fence about whether to use haskell or go (cough) for a web project. I think i'll go with haskell.
@JanusTroelsen
@JanusTroelsen 8 лет назад
I would like to see a blog post with summaries of all the proejcts mentioned in this talk. Really hard to remember everything that was said...
@willsewell
@willsewell 8 лет назад
I like Criterion, and found it very useful for average performance of functions, but when it came to benchmarking latency, it fell short. For example we care about 99th percentile/max latencies, and this is not something that criterion provides any insight into.
@ktrile
@ktrile 8 лет назад
incredible. thanks for making this.
@JohnBastardSnow
@JohnBastardSnow 9 лет назад
This is an amazing presentation. The speaker is great and the content presented in a way that makes everything clear. Finally, I feel like I understand it. I've read the servant paper and did not understand much because I did not have a good grasp on techniques involved and they did elaborate much on them. Good quality and camera work as well.
@colbyn-wadman
@colbyn-wadman 7 лет назад
ditto
@nicolasr8710
@nicolasr8710 9 лет назад
I **love** this strong separation of phases, allowing to differentiate between 2 types, in the first phase, of what will be of the same type, say JSON, in the second phase.