Difference between revisions of "User:Lenny222"

From HaskellWiki
Jump to navigation Jump to search
(focusing on real world technolgies for the moment)
 
(160 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[http://www.cardus.com/sticky.php?year=7 ]
== Things i think need improvement ==
 
 
* [[Diagrams]]
 
* [[GHC/Error messages|GHC error messages]]
 
* [[Cookbook|Haskell Cookbook]]
 
* [[User:Lenny222/Haskell explained to the busy|Haskell explained to the busy]]
 
* [[Mac OS X]]
 
 
=== Graphic Language ===
 
<haskell>
 
Figure = Figure {
 
fill :: Fill
 
, shape :: Shape
 
, stroke :: Stroke
 
}
 
 
Fill = Fill {
 
paint :: Paint,
 
}
 
 
Stroke = Stroke {
 
paint :: Paint,
 
, strokeWidth :: Double,
 
, dashPattern :: DashPattern
 
--, miterLimit ::
 
}
 
 
Paint =
 
SolidColor
 
| Pattern
 
| Gradient
 
 
Shape =
 
Path
 
| Primitive
 
| Text
 
 
Primitive =
 
square
 
| circle
 
| ellipse
 
| rectangle
 
 
class PathLike a =
 
convertToPath :: a -> Path
 
</haskell>
 
 
=== Simplified Haskell homepage ===
 
 
[[User:Lenny222/Haskell|A simplified Haskell frontpage]]
 
 
Other programming language homepages:
 
 
* [http://factorcode.org/ Factor]
 
* [http://www.falconpl.org/ Falcon]
 
* [http://www.freepascal.org/ FreePascal]
 
* [http://caml.inria.fr/ OCaml]
 
* [http://www.python.org/ Python]
 
* [http://www.ruby-lang.org/en/ Ruby]
 
* [http://sbcl.sourceforge.net/ SBCL]
 
* [http://www.squeak.org/ Squeak]
 
 
== Contact ==
 
 
Contact me via
 
 
q 4 0 9
 
 
a t
 
 
k u d l i n g
 
 
d o t
 
 
d e
 
 
 
[http://www.cardus.com/sticky.php?year=7]
 

Latest revision as of 07:01, 21 June 2010