POV-Ray : Newsgroups : povray.off-topic : A Haskell question... : Re: A Haskell question... Server Time
10 Oct 2024 21:16:35 EDT (-0400)
  Re: A Haskell question...  
From: Invisible
Date: 4 Feb 2008 10:28:46
Message: <47a72f2e$1@news.povray.org>
Nicolas Alvarez wrote:

> Without knowing a single thing about haskell, "module" *sounds* to me 
> like a Java package, not a class...

Each Java class has to go into a separate source code file. Each Haskell 
module has to go into a seperate source code file. Both languages 
require unique names within a single source file file. ;-)

(And a Java "package" is really just a bunch of classes that have the 
same prefix in their name, nothing more...)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.