Personal tools
Home
Log in / create account
Views
Page
Discussion
View source
History
Yhc/Erlang/Proof of concept
From HaskellWiki
<
Yhc
Revision as of 02:18, 15 May 2008 by
DimitryGolubovsky
(
Talk
|
contribs
)
(diff) ←Older revision |
Current revision
(
diff
) |
Newer revision→
(
diff
)
Jump to:
navigation
,
search
Contents
1
Introduction
2
Goals
3
Implementation details
3.1
Erlang core overview
3.2
Haskell on BEAMs ;)
3.3
Lazy computations
3.4
Haskell objects
3.4.1
Thunks
3.4.2
Data constructors
3.4.3
Special cases
3.5
Haskell calling Erlang
3.5.1
General calling convention
3.5.2
Primitive calls
3.5.3
Hardcoded BIFs
3.6
Erlang calling Haskell
3.7
Typed processes
3.7.1
Spawning processes
3.7.2
Receiving messages
3.7.3
Sending messages
4
Examples
4.1
Factorial
4.2
Merging lists
4.3
Ping-pong
1 Introduction
2 Goals
3 Implementation details
3.1 Erlang core overview
3.2 Haskell on BEAMs ;)
3.3 Lazy computations
3.4 Haskell objects
3.4.1 Thunks
3.4.2 Data constructors
3.4.3 Special cases
3.5 Haskell calling Erlang
3.5.1 General calling convention
3.5.2 Primitive calls
3.5.3 Hardcoded BIFs
3.6 Erlang calling Haskell
3.7 Typed processes
3.7.1 Spawning processes
3.7.2 Receiving messages
3.7.3 Sending messages
4 Examples
4.1 Factorial
4.2 Merging lists
4.3 Ping-pong
Navigation
Haskell
Wiki community
Recent changes
Random page
Toolbox
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link