back
user profile
eatonphil
24,200karma·4,492submissions·December 27, 2014
about
theconsensus.dev
recent activity (4,492 total)
comment
This is ridiculous. I think you are seriously missing the point of PL research. Furthermore, I can not even imagine what your definition of "helpful" is when you say not ".../pow…
comment
I was hoping someone finally figured out a good way to start the Go runtime from node/c/c++. Once this feature exists it will be trivial to write Go extensions/modules for Chrome, Apach…
comment
This is nothing new. This happens at every top 20 private college/university respectively. I went to Haverford College [1] and paid nothing on tuition. Divorced parents and 10 siblings... That&…
comment
Haha, that is a good point. The format may have been confusing, but any questions not numbered were more personal questions to think over. (Not that it is necessarily any more useful.) As I see it, mo…
comment
Only logical issue I see is his that in saying evolution is a theory and a fact this did not follow his pattern of things that are facts and theories. For instance, he said the existence of cells is…
comment
Obviously the branch was done quickly, but at a short glance it was easier not to use an extra line to add `open Num` at the beginning. Good call on the irc channel. Thanks!
comment
Also, a Num implementation is now available; thanks for the suggestion. However it just hits the 50-line limit :p https://github.com/eatonphil/ocalc/tree/use-num …
comment
I was hoping for some feedback like this. You're right, I think I could solve it by using an ADT and splitting `apply` into two parts: atom-ops and list-ops. module LispData = struct
(* e…
comment
If you're interested, I've wanted to work on this too. In particular, creating an online, PaaS database service so you can store and manipulate data via SQL queries without needing to setup …
comment
I've been wanting to use Drive as a db recently on an app I'm working on as cheaper/free data storage. That is, instead of hosting a db and storing user data there, I would store it on …
comment
I think you will find there is a connotative difference between the words "freelance" and "remote". That is, "remote" is often intended to mean full-time work from home a…
comment
rgrinberg is right. If you want a good web framework built on cohttp that is NOT as challenging as ocsigen/eliom then I'd definitely point you to opium. NOT using cohttp/lwt/core…
comment
OPAM Package: https://opam.ocaml.org/packages/owebl/owebl.0.1/ Release Candidate: https://github.com/eatonphil/owebl/archive/v0.1.tar.gz …