Re: [Haskell-cafe] Hardware description in Haskell.

2011-12-11 Thread Serguey Zefirov
2011/12/11 Felipe Almeida Lessa :
> On Sun, Dec 11, 2011 at 10:52 AM, Serguey Zefirov  wrote:
>> scrutiny and critique by Haskell users who is into hardware
>> description.
> A two years-old project is more than ready to be on Hackage.  It will
> sure make it easier to use by prospective users.

This is two-years-long project, not two-years-old. It is only days
old, it became useful this day, actually.

I have two points in my TODO list. When I finish them I'll do a package.

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Hardware description in Haskell.

2011-12-11 Thread Felipe Almeida Lessa
On Sun, Dec 11, 2011 at 10:52 AM, Serguey Zefirov  wrote:
> There is no package for Hackage, because I do not feel HHDL is worth
> it right now. For example, I tested it on ghc 6.12.1, not later
> versions, the library code is messy. But HHDL is good enough for some
> scrutiny and critique by Haskell users who is into hardware
> description.

A two years-old project is more than ready to be on Hackage.  It will
sure make it easier to use by prospective users.

Cheers,

-- 
Felipe.

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Hardware for FRP programming - what should it support?

2009-02-28 Thread Bas van Dijk
On Thu, Feb 26, 2009 at 11:33 PM, Noam Lewis  wrote:
> What sort of features/capabilities/architecture would you expect from
> a processor that will be designed a-priori for FRP programming?

Maybe you should first ask the following more simple question:

"What sort of features/capabilities/architecture would you expect from
a *language* that will be designed a-priori for FRP programming?"

Once (or while) that is answered you can deal with implementing this
language by writing a compiler. This will probably give you ideas on
what processor features you would like to have available.

Note that Luke Palmer is asking (and trying to answer) this latter
question on his blog: http://lukepalmer.wordpress.com/

He seems to have abandoned Haskell for doing FRP because of
garbage-collection issues and is now designing a new functional
dependently-typed language called 'Dana'.

regards,

Bas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Hardware

2007-06-01 Thread Jeremy Shaw
Hello,

Did you see the recently announce reduceron project? (Or perhaps you
are already involved in that project?)

http://www-users.cs.york.ac.uk/~mfn/reduceron/index.html

If you search scholar.google.com for graph reduction machine you
should turn up a bunch of papers about attempts to build a processor
for Haskell and Haskell-like languages.

j.

At Fri, 01 Jun 2007 19:47:28 +0100,
Andrew Coppin wrote:
> 
> OK, so... If you were going to forget everything we humans know about 
> digital computer design - the von Neuman architecture, the 
> fetch/decode/execute loop, the whole shooting match - and design a 
> computer *explicitly* for the purpose of executing Haskell programs... 
> what would it look like?
> 
> What design decisions would you make?
> 
> Why?
> 
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe