by krptos on 1/30/17, 1:22 PM with 264 comments
When it comes to programming, which developers do you closely follow?
Please include blog/website/github links.
A couple of my favourites:
[TJ Holowaychuk](https://github.com/tj) - because he's a wizard. The number of premium open source projects he's been a part of, is just astounding.
[Dan Abramov](https://github.com/gaearon) - First hit on his redux talk, then drifted to his blog posts. I like his clarity of expressing the why's and how's.
by IgorPartola on 1/30/17, 4:08 PM
For example when I see a new thing by antirez on HN, I am likely to click it because it's usually good stuff, but I am not going to be following his blog, etc.
by limedaring on 1/30/17, 4:16 PM
— Jen Simmons: http://labs.jensimmons.com/
— Julia Evans: https://jvns.ca/
— Lea Verou: http://lea.verou.me/
— Mina Markham: http://mina.codes/
— Sara Soueidan: https://sarasoueidan.com/articles/
— Sarah Mei: http://www.sarahmei.com/blog/
— Ana Tudor: https://thebabydino.github.io/
— Anna Debenham: http://www.maban.co.uk/
by ploggingdev on 1/30/17, 2:09 PM
Rachel : https://rachelbythebay.com/w/
Jeff Atwood : https://blog.codinghorror.com/
Joel Spolsky : https://www.joelonsoftware.com/
Dan Luu : https://danluu.com/
patio11 : http://www.kalzumeus.com/
by caleblloyd on 1/30/17, 3:02 PM
In one of his videos where he talks about HTTP/2, he says "HTTP/2 is just supposed to be a better wire format for HTTP, so it's not that interesting". In an earlier video, Brad and Andrew Gerrand screencasted building a full implementation of the protocol in Golang in under 3 hours on YouTube. To the average programmer that would take days to get working and we'd be so excited when it was done we'd be telling everyone who would listen how awesome it is.
by LukeB_UK on 1/30/17, 1:42 PM
by yla92 on 1/30/17, 2:36 PM
Jake Wharton : https://github.com/jakewharton , https://twitter.com/JakeWharton - He is well known in Android community. He has authored a lot of great libraries personally and under Square.
Mark Murphy - https://commonsware.com/blog/
Chris Banes - https://chris.banes.me/
Cyril Mottier - https://cyrilmottier.com , https://twitter.com/cyrilmottier
Dan Lew - http://blog.danlew.net/
Donn Felker - http://www.donnfelker.com
Mark Allison - https://blog.stylingandroid.com
Jesse Wilson - https://publicobject.com/
Roman Nurik - https://twitter.com/romannurik
by jcalabro on 1/30/17, 1:53 PM
by VLM on 1/30/17, 2:36 PM
Ian Lesnet from dangerous prototypes
Michael Ossmann and Dominic Spill from great scott gadgets
Limor Fried from adafruit
There's innumerable folks in the ham radio community who both solder and code like Hans Summers from qrp labs or Wayne Burdick from elecraft. I like the GPS clock discipline system Hans created, its not the pinnacle of esoteric control theory but its very solid engineering in that it works with minimal resources. Good engineering is making the best you can under the limitations, not like IT type work where the more baroque the better seems to reign as a value.
Ben Heck counts too.
A shout out to frankly the entire esp8266 community
the folks behind evilmadscientist (their website is down at this moment)
Nathan Seidle from Sparkfun probably count under "masters of shipping lots of working stuff"
Admittedly this is turning into a list of cool low level hardware projects that involve coding. But they do develop software and I do follow them.
by Davertron on 1/30/17, 2:08 PM
James Long - http://jlongster.com/
I follow these guys for similar reasons. They always seem to be a couple steps ahead of the rest of the industry and it's frankly a little embarrassing how productive they are. Come to think of it maybe I'd feel better about myself as a programmer if I stopped following them...
by hackerkid on 1/30/17, 4:30 PM
* James Halliday (https://github.com/substack)
* Paul Irish (https://github.com/paulirish)
* Addy Osmani (https://github.com/addyosmani)
* Tim Abbott (https://github.com/timabbott)
* Zach Holman (https://github.com/holman)
* Jessica McKellar (https://github.com/jesstess)
* TJ Holowaychuk (https://github.com/tj)
* Jeremy Ashkenas (https://github.com/jashkenas)
* David Heinemeier Hanson (https://github.com/dhh)
* Juan Benet (https://github.com/jbenet)
* Guillermo Rauch (https://github.com/rauchg)
by mrsmn on 1/30/17, 2:16 PM
Kenneth Reitz : https://www.kennethreitz.org/
Armin Ronacher : http://lucumr.pocoo.org/
Julien Danjou : https://julien.danjou.info/
Hynek Schlawack : https://hynek.me/
Donald Stufft : https://caremad.io/
by Cyph0n on 1/30/17, 4:03 PM
* Armin Ronacher: Flask, Jinja2, click
* Jonathan Blow: game dev, designing a new low-level language called Jai (https://www.youtube.com/user/jblow888)
* Michael Fogleman: extremely proficient Go developer; wrote a Minecraft clone in both Python and C, and a NES emulator in Go (https://github.com/fogleman)
by kittenmittens on 1/30/17, 4:29 PM
Stephanie Hurlburt: https://twitter.com/sehurlburt
Scott Hanselman: https://twitter.com/shanselman
David Fowler: https://twitter.com/davidfowl
Frank Krueger: https://twitter.com/praeclarum
Troy Hunt: https://twitter.com/troyhunt
Niall Merrigan: https://twitter.com/nmerrigan
by base698 on 1/30/17, 3:22 PM
Brendan Gregg: http://www.brendangregg.com/blog/ Everything Linux Performance.
Rich Hickey/David Nolen Mentioned enough around here.
by theparanoid on 1/30/17, 1:39 PM
by queicherius on 1/30/17, 2:03 PM
- Addy Osmani https://github.com/addyosmani - Paul Irish https://github.com/paulirish - Substack https://github.com/substack - Jeff Atwood https://blog.codinghorror.com/
by rahilb on 1/30/17, 3:27 PM
https://github.com/davegurnell
https://github.com/travisbrown
I follow a lot more but have chosen the n most interesting with a recency bias. In a few cases their blogs are way more active than github.
honourable mention for https://groups.google.com/forum/#!forum/mechanical-sympathy
by malhaar on 1/30/17, 7:51 PM
Ned created coverage.py and is one of the most famous Python devs. He explains Python concepts in a very lucid, easy-to-understand way. Going through his stack overflow answers, his tallks in PyCon are worth doing it.
by tjholowaychuk on 1/30/17, 5:48 PM
Besides, most of us also had the perk of working for startups where we got to produce a lot of OSS. Anyone in that position can do the same. The only skill you need is persistence.
by phillc73 on 1/30/17, 3:23 PM
Hadley Wickham - https://github.com/hadley
Joe Cheng - https://github.com/jcheng5
Yihui Xie - https://github.com/yihui
JJ Allaire - https://github.com/jjallaire
Dean Attali - https://github.com/daattali
Bob Rudis - https://github.com/hrbrmstr
Kent Russell - https://github.com/timelyportfolio
Jeroen Ooms - https://github.com/jeroenooms
by keymone on 1/30/17, 1:52 PM
by aiyagari on 1/30/17, 3:54 PM
Beyond programming, his writings about society and how it can be explained algorithmically are very interesting to programmers.
by The_Hoff on 1/30/17, 3:02 PM
by beefman on 1/30/17, 7:51 PM
Fabrice Bellard http://www.bellard.org/
Douglas Crockford https://github.com/douglascrockford
Guillermo Rauch https://zeit.co/blog
James Halliday https://github.com/substack
Terry Cavanagh http://distractionware.com/blog/
Sam Gentle https://twitter.com/sgentle
Caolan McMahon https://github.com/caolan
by leshow on 1/30/17, 4:42 PM
@manishearth - rust - https://manishearth.github.io/
@bitemyapp - writer of haskell: first principles
@bartoszmilewski - haskell - https://bartoszmilewski.com/
@jdegoes - writes informative FP blog posts - http://degoes.net/
@aaron_turon - rust - https://aturon.github.io/blog/
@pcwalton - rust
@nikomatsakis - rust - http://smallcultfollowing.com/babysteps/
@paf31 - purescript creator
@nick_r_cameron - rust
@kmett - famous haskeller
@steveklabnik - rust - http://words.steveklabnik.com/
by yawaramin on 1/30/17, 8:08 PM
* Dan Grossman for his amazing, succinct explanations of static typing and functional programming concepts in Standard ML
* Philip Wadler for his work on Haskell
* Miles Sabin for freeing Scala developers from fixed arities with shapeless
* Jordan Walke for React (put immutable and reactive programming in every JS dev's hands) and Reason (bringing OCaml to JS devs)
* Erik Meijer for putting monads (LINQ) in C#
* Evan Czaplicki for bringing functional reactive programming to JavaScript devs.
by martijn_himself on 1/30/17, 2:04 PM
by rocky1138 on 1/30/17, 3:01 PM
Tim Sweeney: https://twitter.com/TimSweeneyEpic
John Carmack: https://twitter.com/ID_AA_Carmack
Macy Kuang: https://twitter.com/MacyKuang
Jeri Ellsworth: https://twitter.com/jeriellsworth
Ryan Speets: https://twitter.com/RyanSpeets
Harvey Ball: https://twitter.com/The_StoneFox
by vanderZwan on 1/30/17, 1:52 PM
by sakura-rb on 1/30/17, 4:10 PM
* Yehuda Katz - https://twitter.com/wycats
* Steve Klabnik - https://twitter.com/steveklabnik
* Aaron Patterson - https://twitter.com/tenderlove
* Charles Nutter - https://twitter.com/headius
by sapeien on 1/30/17, 4:03 PM
Curtis Yarvin a.k.a. Mencius Moldbug (https://en.wikipedia.org/wiki/Curtis_Yarvin)
Xah Lee (http://xahlee.org/)
Michael O'Church (https://michaelochurch.wordpress.com/)
Bryan Edds (https://medium.com/@bryanedds)
CAT-V (http://harmful.cat-v.org/software/)
Suckless (http://suckless.org/philosophy)
by hunterjrj on 1/30/17, 1:59 PM
by dijit on 1/30/17, 4:17 PM
Overzealous love of systems, I don't necessarily always agree with him but I always learn something when listening.
Brenden Gregg.
http://www.brendangregg.com/blog/
If I could import someones brain to my own, it would be his.
Kyle Fuller
Guy is like a UNIX programmer for the modern age.
by rajathagasthya on 1/30/17, 2:13 PM
David Beazley - https://twitter.com/dabeaz
Kenneth Reitz - https://github.com/kennethreitz
by gtrubetskoy on 1/30/17, 2:00 PM
by sinamdar on 1/30/17, 2:03 PM
by fapjacks on 1/30/17, 3:20 PM
Not quite 100% programming, but she is always doing something super interesting. Mostly with electronics and DSP. She is an awesome hacker and very inspiring to me.
by Amorymeltzer on 1/30/17, 1:54 PM
Gary Bernhardt, of wat: https://github.com/garybernhardt, https://twitter.com/garybernhardt
by fa17 on 1/30/17, 4:20 PM
Rob Connery(dotnet,elixir,postgres) - http://rob.conery.io/
by nicolasMLV on 1/30/17, 2:05 PM
by AdamGibbins on 1/30/17, 1:37 PM
by osullivj on 1/30/17, 1:36 PM
[1] https://github.com/jeffvroom [2] https://github.com/stratacode
by OJFord on 1/30/17, 3:27 PM
He's a member of both Rails and Rust teams; works on database stuff for both (https://diesel.rs).
Always working on something interesting to talk about on 'The Bike Shed' podcast, which I 'follow'/would recommend in its own right.
Podcast: http://bikeshed.fm
Github: https://github.com/sgrif
by deathanatos on 1/30/17, 4:55 PM
Kyle Kingsbury, for his Jepsen series: https://aphyr.com/tags/jepsen
by g3rv4 on 1/30/17, 1:38 PM
by gjkood on 1/30/17, 2:06 PM
Coders At Work (https://www.amazon.com/Coders-Work-Reflections-Craft-Program...)
Founders At Work (https://www.amazon.com/Founders-Work-Stories-Startups-Early/...)
Architecture of Open Source Systems (https://www.amazon.com/Architecture-Open-Source-Applications...)
Architecture of Open Source Systems - Vol 2 (https://www.amazon.com/Architecture-Open-Source-Applications...)
by ggregoire on 1/30/17, 2:25 PM
- all the React team (Dan, Sebastian, Vjeux, Christoph, etc)
- Addy Osmani (Google)
- Sindre Sorhus (full time open sourcer)
- JD Dalton (Lodash)
- Guillermo Rauch (Zeit)
- Jeff Atwood (StackOverflow)
- Elon Musk (genius)
by charlescearl on 1/30/17, 3:41 PM
by coderjames on 1/30/17, 2:06 PM
by badosu on 1/30/17, 8:38 PM
His probably most well-known projects are Sequel[1] and Roda[2], but he has frequently contributed to many important projects and Ruby[3] itself focusing on simplicity and performance that impacts all the ecosystem.
0: https://github.com/jeremyevans/
1: https://github.com/jeremyevans/sequel
2: https://github.com/jeremyevans/roda
3: https://bugs.ruby-lang.org/issues/12024
Edit: formatting
Edit: Also forgot to mention, I really like his approach on developing frameworks with great extensibility and modularity leveraging Ruby's capabilities without 'magic'.
by eddie_31003 on 1/30/17, 4:58 PM
Martin Fowler - https://www.martinfowler.com/
Rober C. Martin (Uncle Bob) - https://sites.google.com/site/unclebobconsultingllc/
by danesparza on 1/30/17, 6:14 PM
Tess Ferrandez: https://blogs.msdn.microsoft.com/tess/ (Fantastic analysis of Windows debugging internals)
John Gruber: http://daringfireball.net/
by johnhenry on 1/30/17, 4:00 PM
by heyts on 1/30/17, 11:43 PM
- Brad fitzpatrick -- http://bradfitz.com/
- Julia Evans -- https://jvns.ca
- Raymond Hettinger -- https://rhettinger.wordpress.com/
- Rich Hickey -- https://changelog.com/posts/rich-hickeys-greatest-hits
- Peter Bourgon -- https://peter.bourgon.org/
- Rebecca Murphey -- https://rmurphey.com/
- Daniel Greenfield -- https://www.twoscoopspress.com/
by diyseguy on 1/30/17, 1:48 PM
by novia on 1/30/17, 10:06 PM
I followed him initially hoping to learn some Excel tricks, but he mostly posts recipes and songs and political posts. I've been following him since I was about 13 years old, and I feel like his posts have really shaped my personality growing up.
I also started following these two guys after I came across an interesting post they wrote (not together):
https://plus.google.com/+EliBenderskyGplus
https://plus.google.com/+JeanBaptisteQueru
However, I've never seen an interesting post from them since, so I should probably stop following them.
by tbrock on 1/30/17, 2:14 PM
Python: Kenneth Reitz
JS: TJ Hollowaychuck
C++: John Carmack
Ruby: Aaron Patterson, _why
by dustingetz on 1/30/17, 2:26 PM
by merb on 1/30/17, 1:56 PM
by lj3 on 1/30/17, 2:24 PM
These developers have a unique way of looking at problems. I've gained a lot of valuable knowledge from them.
by picardo on 1/30/17, 3:25 PM
-----------
by zamalek on 1/30/17, 1:57 PM
by mattbgates on 1/31/17, 11:38 PM
There are two things that I commonly see: 1. You have to fail in your first startup to understand. 2. Just because you had that experience doesn't mean the same person will
I don't fully agree. The fact is, you can always take heed of advice from ANYONE who has run a startup, gained experience, knows what works and what doesn't; and feel pretty confident that those people know what they are talking about.
When it comes to startup.. no need to jump right in and fail like so many others. There are plenty of things you can do in order to NOT fail... and that is.. following the advice of others who have failed, maybe still failing, and found even some hint of successes.
His website deserves a visit and a few reads.. just randomly choose some articles with good headlines: https://justinjackson.ca
He'll pull you right in. Sounds like a great guy who is just trying to make his own living to support his family while creating financial freedom away from the mundane workplace, while also helping others.
by lemiffe on 1/30/17, 1:49 PM
Still much work to be done, but feel free to check it out: https://twitter.com/lemiffe/lists/tophackers/members
by me_bx on 1/30/17, 11:14 PM
* cool blog articles: https://bost.ocks.org/mike/
* Beautiful dataviz and tips on twitter: https://twitter.com/mbostock
* github: https://github.com/mbostock/
by mxuribe on 1/30/17, 3:02 PM
* Tantek Çelik -> http://tantek.com and https://indieweb.org
* Aaron Parecki -> https://aaronparecki.com and https://indieweb.org
* Patrick (patio11) McKenzie -> http://www.kalzumeus.com
* Moxie Marlinspike -> https://moxie.org
* Scott Hanselman -> http://www.hanselman.com
* Joel Spolsky -> https://www.joelonsoftware.com
* Jeff Atwood -> https://blog.codinghorror.com
* Gina Trapani -> http://ginatrapani.org
* Matthew Hodgson -> http://matrix.org and https://riot.im
* Armin Ronacher -> http://lucumr.pocoo.org
* Jeffrey Zeldman -> http://www.zeldman.com
* Eric Meyer -> http://meyerweb.com
by 0xFFC on 1/30/17, 1:56 PM
He is awesome human being.
by alexee on 1/30/17, 2:07 PM
by jfaucett on 1/30/17, 2:28 PM
1. Jeremy Ashkenas - https://github.com/jashkenas
2. Nathan Faucett - https://github.com/nathanfaucett
There are others that are really good from a technical skill/functional standpoint, (https://github.com/jdalton, https://github.com/jeresig, https://github.com/douglascrockford) but I personally don't find their code as aesthetically pleasing i.e. Resig's love of the terniary statement.
by slowrabbit on 1/30/17, 3:43 PM
by codr4life on 1/30/17, 4:47 PM
by andrey_utkin on 1/30/17, 8:58 PM
by nailer on 1/30/17, 3:45 PM
For JavaScript (particularly the language changes): Brendan Eich and Dominic Denicola
by aelmeleegy on 1/30/17, 1:53 PM
Also, Maciej Ceglowski [twitter.com/pinboard]. His twitter is hilarious, even though I don't personally subscribe to his service.
by bcook on 1/30/17, 4:38 PM
Fabrice Bellard: http://www.bellard.org
by regularfry on 1/30/17, 3:21 PM
by ifdefdebug on 1/30/17, 4:32 PM
by shellab on 1/30/17, 1:34 PM
by mightybyte on 1/30/17, 2:01 PM
by sdfjkl on 1/30/17, 3:26 PM
D. Richard Hipp (SQLite, Fossil) https://en.wikipedia.org/wiki/D._Richard_Hipp
Guido van Rossum (Python)
Any of the FreeBSD folk. Same goes for the PostgreSQL lot too - I just like their way of doing things in a calm, collected and efficient manner. Well, at least compared to some other dev teams I've seen :)
Donald Knuth of course.
The guy who tried to make Objective-C more Smalltalkish. Uh, Marcel Weiher. Had to look that up.
Bret Victor.
There's more, but that's all I can think of for now.
by olieidel on 1/30/17, 11:00 PM
There are not many ways to follow him (mostly GH [1]), he hardly uses his Twitter [2]. Maybe that's why he's so productive?
The constantly evolving re-frame docs [3] are all you need to follow..
[1] https://github.com/mike-thompson-day8
by mtrn on 1/30/17, 3:46 PM
by iansowinski on 1/30/17, 2:02 PM
by jmts on 1/31/17, 2:54 AM
Perhaps a little off topic because his content is not specifically software, but given some other mentions of hardware and inspiration his videos are lovely to watch after a long day of code reviews. He recently completed a series building a brass skeleton clock and looks to have some more interesting things going on soon for anyone interested in building things other than software.
by worknhard99 on 2/3/17, 2:56 PM
by chhib on 1/30/17, 2:03 PM
by jldugger on 1/30/17, 4:57 PM
Dan Luu (danluu.com) Joey Hess (kitenet.net/~joey/) Matthew Garrett (mjg59.dreamwidth.org) Josh Berkus (databasesoup.com) Bunnie Huang (bunniestudios.com) Jessie Frazelle (blog.jessfraz.com)
Plus a ton more that haven't updated in years. But if they ressurect and post again, I'll be on top of it!
by geeio on 1/31/17, 8:48 AM
2. [Daniel Lemire](http://lemire.me/en/) - comp sci professor who frequently blogs about interesting db/indexing topics
by justaman on 1/30/17, 2:04 PM
by somuchpizza on 1/31/17, 5:21 AM
by Shank on 1/30/17, 2:31 PM
by SnowingXIV on 2/10/17, 2:03 PM
by smallhands on 1/30/17, 2:05 PM
by throw2016 on 1/30/17, 3:57 PM
Engineers are supposed to simplify via their expertise and produce something is consistent, elegant and easy to use and maybe even beautiful. That's the achievement, taking something clearly complex and 'taming' it.
There is a ugly trend towards gratuitous complexity. Some seem to revel in it. Is it because of signalling, lack of expertise or hidden fears about becoming redundant and making work?
At least one of the folks mentioned here is responsible for producing by far the most user hostile pieces of software I have ever come upon.
Discourse seems to not only revel in complexity but celebrate it. The objective does not seem to simplify in any way but make everything as complex and convuluted as possible.
The only way to use it is via Docker so you need to know Docker which is itself not a friend of the simplicity line of thought. Then it needs a full dev environment with around 80 packages, 2 databases, around 150 gems most of which need to be compiled and can fail at any time with mysterious messages and while at building possibly the most important software in human history why not just throw in nodejs too. At the end of which I am sure many would have forgotten why they started this exercise in the first place.
by nojvek on 1/30/17, 6:15 PM
It seems this thread mostly lists folks with white sounding names. May be because software development mostly happens in the West.
When I was in college, I actually believed white people were superior because they had faster neurons. Took a while to invalidate that theory out.
by curiousDog on 1/30/17, 2:43 PM
- Joe Duffy
- Raymond Chen
- Eric Lippert
by caf on 1/31/17, 12:13 AM
I also keep a weather eye on the blogs of mjg59 and (not a developer, but an academic computer scientist) John Regehr.
by OliverLassen on 1/30/17, 2:27 PM
by mindcrime on 1/30/17, 3:45 PM
by phkahler on 1/30/17, 3:09 PM
SolveSpace
risc-v
Rust (and Servo)
Daala
by daveguy on 1/30/17, 2:49 PM
Also, a second for Limor Fried, ladyada of adafruit.
by juancampa on 1/30/17, 9:26 PM
by HeavyStorm on 1/31/17, 11:32 AM
... And some others. Alas, not many open source contributors, because I follow then mostly for their blogs. Most are .NET people, which is my default ecosystem.
by btashton on 1/30/17, 4:18 PM
by lwithers on 1/31/17, 7:54 AM
I've been following him since YT Instant. Always seems to be involved in some really exciting projects.
by versesane on 2/2/17, 7:30 PM
by rojobuffalo on 1/30/17, 7:21 PM
by jhildings on 1/30/17, 7:56 PM
by ZeroClickOk on 1/30/17, 10:36 PM
by flurdy on 1/30/17, 2:13 PM
by godzillabrennus on 1/31/17, 12:51 AM
by ivanyv on 2/3/17, 2:52 PM
-- Derek Sivers: https://sivers.org/
by nazgob on 1/30/17, 2:01 PM
by yunolisten on 1/30/17, 2:07 PM
by felipemnoa on 1/30/17, 5:41 PM
by alexbanks on 1/31/17, 6:57 PM
by gravypod on 1/30/17, 3:03 PM
by Shicholas on 1/30/17, 2:11 PM
by bpyne on 1/30/17, 5:09 PM
I don't "follow" anyone. When new posts show up on HN, and the like, by certain developers, I'm more likely to click on them.
My pattern is more commonly to be interested in a topic, do a search, and then read a few articles by whomever wrote on the topic.
by merqurio on 1/30/17, 9:26 PM
by rajeemcariazo on 1/30/17, 4:20 PM
Jeff Atwood - Coding Horror
Joel Spolsky - StackOverflow
by marvel_boy on 1/30/17, 2:13 PM
For iOS animations Victor Baro @victorbaro
by sbensu on 1/31/17, 3:36 AM
by pknerd on 1/30/17, 5:32 PM
by jopacicdev on 1/30/17, 1:44 PM
by m0llusk on 1/30/17, 5:38 PM
by esseti on 1/30/17, 3:45 PM
by amirouche on 1/30/17, 4:23 PM
by abrak on 2/10/17, 3:32 AM
by jackmott on 1/30/17, 3:25 PM
All game programmers, focused on low level C/C++ programming. I'd love to have some similar guys/girls to follow who do something at the other end of the spectrum (F#/Scala/Haskell etc) but haven't come across any that do educational streaming. I get a lot out of seeing people's workflows, as they build actual production code. Most of the functional programming stuff I follow is blogs about toy examples or ideas.
by guard-of-terra on 1/30/17, 4:21 PM
Wil Shipley https://blog.wilshipley.com/
Yossi Kreinin http://yosefk.com/
All three brilliant, with good sense of humor and having good "vision thing"
by unwind on 1/30/17, 1:41 PM
by nilved on 1/30/17, 3:07 PM
by 67726e on 1/30/17, 3:56 PM
by bbcbasic on 1/30/17, 6:52 PM