Die Seite wurde neu angelegt: ==Informationen für den Flyer== '''Titel:''' Themenabend Erlang/OTP '''Termin:''' Fr., 5.12.2008, 20oo Uhr '''Logo:''' http://www.intertwingly.net/svg/erlang.svg '''...

This commit is contained in:
Astro 2008-11-25 19:14:43 +00:00
parent 0de47d2fde
commit 0dea0019cc

25
Themenabend%2FErlang.mw Normal file
View File

@ -0,0 +1,25 @@
==Informationen für den Flyer==
'''Titel:''' Themenabend Erlang/OTP
'''Termin:''' Fr., 5.12.2008, 20oo Uhr
'''Logo:''' http://www.intertwingly.net/svg/erlang.svg
'''Beschreibungstext:'''
<code lang="erlang">
case Erlang of
functional -> true;
concurrency -> actor_model;
pattern_matching -> built_in;
realtime -> soft;
distributed -> tcp;
fault_tolerant -> supervised;
database -> mnesia;
code_upgrade -> hot_swapped;
execution -> virtual_machine;
threads -> lightweight;
evaluation -> strict;
variables -> single_assignment;
mantra -> let_it_crash;
_ -> awesome
end.
</code>