Subscribe via RSS
Follow me on Twitter
Tweets by gaiustech-
Recent Posts
Archives
- September 2021
- March 2020
- December 2019
- August 2019
- February 2019
- December 2018
- November 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- December 2017
- August 2017
- August 2016
- June 2016
- September 2015
- January 2015
- December 2014
- December 2013
- August 2013
- July 2013
- June 2013
- April 2013
- November 2012
- July 2012
- June 2012
- February 2012
- January 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
Links
- OCI*ML Oracle bindings for the OCaml language
Category Archives: Haskell
Learning a New Language
Generally, every program I write, regardless of what useful thing it actually does, and regardless of what programming language it is written in, has to do certain things, which usually includes Importing a library and calling functions contained within that … Continue reading
Posted in azure, C++, Cloud, data science, f#, Haskell, Microsoft, Ocaml, Python, R, Random thoughts, Scala
Tagged Cloud, languages, programming
Leave a comment
Not-learning is a skill too
To be successful in tech, it’s well known that you must keep your skills up to date. The onus is on each individual to do this, no-one will do it for you, and companies that provide ongoing personal development are … Continue reading
Posted in C++, data science, Haskell, Ocaml, Python, R
3 Comments
OCaml 4 beta
OCaml 4 beta 2 has been released, and so I quickly tested OCI*ML with it. Only a couple of minor tweaks were necessary, due to the following changes: Some .cmi for toplevel internals that used to be installed in`ocamlc -where` … Continue reading
Posted in Haskell, Ocaml, OCIML
Leave a comment
And while I’m on the subject…
Following on from Sunday’s post, which was really about using overly generic solutions to actually quite specific problems (e.g. a full-featured message bus when all anyone really cares about is data change notification), there are some other things that are … Continue reading
New MTL
Just rebuilt my Debian VM with latest-everything, having to tweak some code from MTL 1 to MTL 2. Seems straightforward enough, but the proof of the pudding, as they say, is in the eating…
Posted in Haskell, Linux
Leave a comment
Stack Overflow
Been a bit quite on here of late as I have been discussing things on Stack Overflow: Saving my running toplevel for later What are the pros and cons of Batteries and Core? Which of these DLLs are the “right” … Continue reading
Posted in Haskell, Ocaml
2 Comments
Seminar
That was a great seminar, full of practical applications of queueing theory to everyday problems. Not just Oracle, computation in general. I have already started implementing some of my own tools using various formulæ for use in our environment (using … Continue reading
Posted in Haskell, Linux, Oracle
Leave a comment
Books
Arrived today Pearls of Functional Algorithm Design by Richard Bird. I’ll enjoy working through it. I still haven’t finished The Haskell Alphabet tho’… So much to learn, so little time. My Haskell has fallen a bit behind my OCaml, in … Continue reading
Posted in Haskell, Ocaml, Random thoughts
1 Comment
Haskell articles
A couple of very good Haskell articles I have seen recently: Introducing the Monads by Aditya Siram. An great overview which serves to confirm/reinforce things that I have learnt or figured out so far. Tho’ I think uses return where … Continue reading
Posted in Haskell, Random thoughts
Leave a comment
The Haskell Alphabet
The Haskell Alphabet. Brilliant! I’m going to work through all those links. I may be a while…
Posted in Haskell
Leave a comment