Re: [Haskell-cafe] EDSL's using Filet-O-Fish of Barrelfish project

2010-02-27 Thread C K Kashyap
Thanks, I'll follow your suggestion and get back with any doubts that I might have. Regards, Kashyap On Sat, Feb 27, 2010 at 1:37 AM, Pierre-Evariste Dagand wrote: > Hi Kashyap, > > > What would be your recommendation on how to get a grasp of FoF > > Well, you can read the PLOS paper first. Also,

Re: [Haskell-cafe] EDSL's using Filet-O-Fish of Barrelfish project

2010-02-26 Thread Pierre-Evariste Dagand
Hi Kashyap, > What would be your recommendation on how to get a grasp of FoF Well, you can read the PLOS paper first. Also, FoF is a literate code, so hopefully the learning curve will be less steeper. You should also take a look at the Fugu compiler literate code and, in less extend, the Hamlet

Re: [Haskell-cafe] EDSL's using Filet-O-Fish of Barrelfish project

2010-02-15 Thread C K Kashyap
Thank you very much, What would be your recommendation on how to get a grasp of FoF - would the tic-tac-toe sample help - could you share that please? Regards, Kashyap On Sun, Feb 14, 2010 at 11:27 PM, Pierre-Evariste Dagand wrote: > Hi, > > On Sun, Feb 14, 2010 at 4:44 PM, C K Kashyap wrote:

Re: [Haskell-cafe] EDSL's using Filet-O-Fish of Barrelfish project

2010-02-14 Thread Pierre-Evariste Dagand
Hi, On Sun, Feb 14, 2010 at 4:44 PM, C K Kashyap wrote: > For example, lets say, I wanted to write a EDSL for Linux's network drivers. > Could I use > Filet-O-Fish and generate a EDSL that allows me to write a driver in a > really highlevel manner and then generate the "C" code for it? That sou

[Haskell-cafe] EDSL's using Filet-O-Fish of Barrelfish project

2010-02-14 Thread C K Kashyap
Hi All, I'd been looking for a mechanism to generate "C" from Haskell as EDSL - to develop an OS. In the process, I ran into the Barrelfish project ( http://www.barrelfish.org) - They seem to be using Haskell based "DSL generator" called Filet-O-Fish - http://www.barrelfish.org/fof_plos09.pdf It w