myclojureadventure.com
My Clojure Adventure: May 2011
http://www.myclojureadventure.com/2011_05_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Monday, May 23, 2011. Creating a Hugo Awards DB with Clojure and Sqlite. In my previous post. By the end of the post I will have code that will retrieve the nominees and winners since 2000 and create then load sqlite database with the parsed data . The nominees table will have the following columns: id, year, title, author, winner, read it, own it, want it. Next, I created a hugoDB. Once the hugoDB branch ...
myclojureadventure.com
My Clojure Adventure: March 2011
http://www.myclojureadventure.com/2011_03_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Monday, March 28, 2011. Getting Started with Ring and Compojure - Clojure Web Programming. In this post I will follow the same process I did in my Getting Started with Node.js. Post, that is to start off with a bare bones ‘Hello World’ sample with Ring. And then follow that up with a sample using Compojure. To receive parameters by GET and POST. It is a Clojure build tool that helps you manage your project...
myclojureadventure.com
My Clojure Adventure: January 2013
http://www.myclojureadventure.com/2013_01_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Tuesday, January 22, 2013. Announcing a New ClojureCLR Community. Not a huge post today but I did want to pass along that David Miller has created the ClojureCLR Google community. To "share information about working with ClojureCLR". Join the community, ask questions, let everyone know what you are working on or just catch up on ClojureCLR news. Join today and let us all know what you are working on.
myclojureadventure.com
My Clojure Adventure: February 2011
http://www.myclojureadventure.com/2011_02_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Wednesday, February 23, 2011. My Generator in the ‘Real World’–Generating Code from a JSON source. A while back I wrote a blog about using IronRuby to generate assemblies. So I created a second project that is aimed at a wider field of use, Linux, Mac as well as windows. I have added Ruby as an output language plus a new URL source. . Step 0. Create new ASP.NET MVC 3 Project. The -i and -url parameters ...
myclojureadventure.com
My Clojure Adventure: February 2012
http://www.myclojureadventure.com/2012_02_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Wednesday, February 15, 2012. My First Attempt at Porting Libraries to ClojureCLR. A while back David Miller wrote a couple of blog posts ( Porting libs to ClojureCLR: an example. And Porting effort for Clojure contrib libs. The new error is:. Actual: System.MissingMethodException: Cannot find member startsWith matching args at .CallSite.Target (:0). Now that I have all greens on my test it is time to crea...
myclojureadventure.com
My Clojure Adventure: October 2011
http://www.myclojureadventure.com/2011_10_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Thursday, October 27, 2011. Getting Started with Clojure-clr. All github ClojureCLR links have been updated to use the new repository at github.com/clojure/clojure-clr. By the end of this post I will be able to interact with .NET assemblies from the clojure-clr REPL and be able to compile a basic clojure-clr application from the command line. The first thing to do is to visit the Download Page. This will s...
myclojureadventure.com
My Clojure Adventure: December 2011
http://www.myclojureadventure.com/2011_12_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Thursday, December 22, 2011. Intro to Clojure-clr: Calling Clojure from C#. In today’s post I am going to show you how to call Clojure functions from a C# project. . 160; If you do not have a C# compiler already you can grab Visual C# 2010 Express. I have written a couple of functions in Clojure that I would like to re-use in a C# project. The functions are ba which will calculate a batting avera...You ca...
myclojureadventure.com
My Clojure Adventure: January 2011
http://www.myclojureadventure.com/2011_01_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Tuesday, January 25, 2011. Using SpecFlow to test my F# Baseball Stats Library. As part of my Ruby indoctrination I picked up a copy of The RSpec Book: Behaviour Driven Development with Rspec, Cucumber, and Friends (The Facets of Ruby Series). As I build out my baseball stats library. Before I get started I will describe the setup. Step 0. Create F# Library Project. I named this project BaseballStats....
myclojureadventure.com
My Clojure Adventure: January 2012
http://www.myclojureadventure.com/2012_01_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Wednesday, January 11, 2012. Intro to Clojure-clr: Creating a UI with Windows.Forms. In this post I will walk you through the creation of a Windows.Forms based user interface using ClojureCLR. To follow along with the blog you will need to have ClojureCLR installed and have access to a MySQL and SQL Server instances. If you haven’t installed it yet follow the directions in my. Who have collected baseball s...
myclojureadventure.com
My Clojure Adventure: November 2011
http://www.myclojureadventure.com/2011_11_01_archive.html
Follow me as I delve into the world of Clojure-clr and Clojure from a .NET developer's prospective. Wednesday, November 30, 2011. Intro to Clojure-clr: Connecting to SQL Server and MySQL. Today’s post is a quick introduction to how connect and retrieve rows from a SQL Server and MySQL databases. If you haven’t already done so setup Clojure-clr. After downloading and installing the databases grab the data and schema for this post from here: SQL Server version. Connecting to SQL Server. To keep the blog po...
SOCIAL ENGAGEMENT