Re: [Haskell-cafe] library version problem

2008-04-11 Thread Leif Frenzel
___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe -- Leif Frenzel http://leiffrenzel.de http://cohatoe.blogspot.com ___ Haskell-Cafe mailing list Haskell

Re: [Haskell-cafe] Dynamically find out instances of classes (pluginsystem for haskell)

2007-11-22 Thread Leif Frenzel
I'm not 100% sure, but I think hsplugins can dynamically load compiled *.o files in this way. Correct. Not sure whether this requires the person running the main program to have GHC installed though. Yes, it does. Thanks ciao, Leif Unlike Java, there's no reflection capabilities. This

Re: [Haskell-cafe] found monad in a comic

2007-06-14 Thread Leif Frenzel
Dan Piponi wrote: Marc asked: http://xkcd.com/c248.html ( join /= coreturn ) IMHO this could be a beautiful and easy way to explain monads. comments? I'll eat my hat if there isn't a formal way of looking at this. I'm not qualified to put it together coherently but it goes something like

Re: [Haskell-cafe] FOL

2007-06-05 Thread Leif Frenzel
Hi, On Tue, 2007-06-05 at 14:41 +1000, Tony Morris wrote: I would like to know if all 16 possible functions that accept two boolean arguments have names in First-Order Logic. I know they have Haskell function names (e.g. \p - \_ - id p, \_ - \_ - const True), but I'm hoping there is a more

Re: [Haskell-cafe] Editor

2007-05-21 Thread Leif Frenzel
Bayley, Alistair wrote: 1. A real GUI 2. Good quality syntax highlighting for Haskell..., plus: 3. raw Haskell both forms of Literate Haskell; 4. properly highlight Haddock comments; 5. highlight functions and types from libraries differently from local 3. Line folding to hide

Re: [Haskell-cafe] IDE support

2007-04-22 Thread Leif Frenzel
Hi, On Sun, Apr 22, 2007 at 07:34:27PM +0200, Philipp Volgger wrote: What IDE support is available for Haskell (Visuall Haskell, EclipseFP), anything else? In addition, there are plugins for XCode, IntelliJ IDEA and KDevelop (don't have a specific link for the last one).

Re: [Haskell-cafe] EclipseFP (Haskell IDE) 0.10.0 released

2006-07-03 Thread Leif Frenzel
Are you use GHC library? Not yet, but it may turn to be a very wise decision to make in the future. EclipseFP is being written in Java, I wonder how the GHC library would be accessed on such a environment. Need to take a look at the paper. I think the way to go is to call it via JNI. This

Re: [Haskell-cafe] Including registered packages for GHC using Eclipse

2004-10-04 Thread Leif Frenzel
Hi Geoff, you have hit a weak point there ;-) You cannot yet specify packages in the Eclipse plugin. It will be possible in the next release, though, which will allow to specify additional options that are passed to the compiler. I hope to get that version (0.5) out at the end of October.