ayrnieu changed the topic of #ocaml to: OCaml 3.08.4 available! Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
mauke has quit [Remote closed the connection]
mauke has joined #ocaml
vezenchio has quit ["I could see how [James Randi] comes off as a bit abrasive, as he uses terms like "gobbledigook" and "woo-woo" when referring ]
sabetts2 has joined #ocaml
sabetts2 has left #ocaml []
sabetts2 has joined #ocaml
<sabetts2> stoners.
z8p has joined #ocaml
ptolomy2 has joined #ocaml
z8p has left #ocaml []
tom_p has quit ["Leaving"]
tom_p has joined #ocaml
albertelegance has quit ["Leaving"]
albertelegance has joined #ocaml
Aradorn has joined #ocaml
tom_p has quit [Success]
tom_p has joined #ocaml
<Aradorn> you know there arnt many jobs for ocaml people
<Aradorn> im really starting to like the langauge, kinda sucks that more people dont use it so i could enhance my skills.
<lispy> when you get away from the main stream languages typically the only time you'll use them in a job setting is if you're in charge of a project and you have the freedom to pick the language
<lispy> although, galois uses haskell professional
<sabetts2> arn't ocaml hackers professional stoners?
<Aradorn> my "company" is using ocaml for our clustering architechture which is neat, but im not doing much of the coding atm
<Aradorn> i have a code monkey churning out most the code =p
<Aradorn> "the programming tool of choice for discriminating hackers." heh there was a siminar on this at the Southeastern Regional ICPC this past weekend
clog_ has joined #ocaml
m3ga has joined #ocaml
clog has quit [Connection timed out]
clog_ is now known as clog
pango has quit [Read error: 110 (Connection timed out)]
Aradorn has quit ["( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )"]
Megzl has joined #ocaml
brx has quit [Remote closed the connection]
Snark has joined #ocaml
m3ga has quit [Read error: 110 (Connection timed out)]
Boojum has joined #ocaml
ramkrsna has joined #ocaml
Snark has quit [Nick collision from services.]
Boojum is now known as Snark
mlh_ has quit [Read error: 110 (Connection timed out)]
mlh_ has joined #ocaml
teiax has joined #ocaml
Bigb[a]ng is now known as Bigbang
* ptolomy2 likes haskell the same way a person likes a samurai sword.. it is beautiful, powerful, and quite fun to play with, but you don't see youself using it in many real circumstances.
Bigbang is now known as Bigb[a]ng
vodka-goo has joined #ocaml
Skal has joined #ocaml
teiax has quit [Read error: 110 (Connection timed out)]
Snark has quit [Read error: 113 (No route to host)]
ramkrsna has quit [Remote closed the connection]
Submarine has joined #ocaml
albertelegance has quit ["Leaving"]
albertelegance has joined #ocaml
pango_ has quit [Remote closed the connection]
vodka-goo has quit []
pango has joined #ocaml
<Revision17> umm, what's the ocaml keyword for "and"? and doesn't seem to be it
* Revision17 frantically looks through the docs
<Submarine> &&
<Revision17> ah thanks; I normally wouldn't ask, but i have an assignment due in 10 minutes I put off
ChipsterOne has joined #ocaml
<mellum> Revision17: You can easily code one yourself ;)
ppsmimou has quit ["Leaving"]
<ChipsterOne> salut tout le monde
ppsmimou has joined #ocaml
ChipsterOne is now known as Chipster1
MisterC has joined #ocaml
_fab has joined #ocaml
Submarine has quit ["Leaving"]
Skal has quit [Read error: 110 (Connection timed out)]
mlh_ has quit [Client Quit]
revision17_ has joined #ocaml
Revision17 has quit [Read error: 110 (Connection timed out)]
revision17_ is now known as Revision17
descender has quit [Read error: 110 (Connection timed out)]
exa has joined #ocaml
Submarine has joined #ocaml
m3ga has joined #ocaml
Schmurtz has quit [Remote closed the connection]
Schmurtz has joined #ocaml
m3ga has quit ["Client exiting"]
Oatmeat has joined #ocaml
Oatly has quit [Read error: 110 (Connection timed out)]
descender has joined #ocaml
Megzl has left #ocaml []
threeve has joined #ocaml
Oatly has joined #ocaml
exa has quit [Remote closed the connection]
Aradorn has joined #ocaml
Oatmeat has quit [Read error: 110 (Connection timed out)]
<Aradorn> ok i want to use a triple that contains 3 properties: A starting state which is a string, a char, and the top of a stack which should be a char. I want to write a function that takes this as a param and then returns a tuple when matched wtih the correct rule. Whats the best way to go about doing this?
<Aradorn> Should I declare my own type trans_function which is a triple and pass that to the function? And have that matched with the correct rule, or can you do match statements against an entire triple/
<mellum> I don't understand. What is the meaning of the string? What is the meaning of the returned tuple?
<mellum> And you can certainly match triples.
<Aradorn> heh im writing a Push Down Automaton
<mellum> Whether you should declare a type probably depends on whether that type makes sense.
<mellum> Oh. Then you want a list instead of a string.
<mellum> And you want an enumeration type instead of char for states.
<Aradorn> explain... (im still learning here =P) I know lists are very powerful in ocaml but why here?
vezenchio has joined #ocaml
<mellum> Because it's easier to do matching with them, and you can use functional programming techniques.
<Aradorn> k
<Aradorn> So i want to use an enumeration type, list, and a stack of chars - right?
<Aradorn> using this project to help me learn more about the language
<mellum> I meant the list for the stack.
<Aradorn> ah
<Aradorn> ok
<mellum> maybe the stack elements should also be of an enumerated type.
<Aradorn> man coming from java into ocaml is really weird, but it dosnt help that i've never done functional programming before
rossberg has joined #ocaml
ramkrsna has joined #ocaml
brx has joined #ocaml
Smerdyakov has quit [Read error: 110 (Connection timed out)]
__DL__ has joined #ocaml
Smerdyakov has joined #ocaml
ramkrsna has quit [No route to host]
Snark has joined #ocaml
ppsmimou has quit ["Leaving"]
pango has quit ["Leaving"]
mrsolo has joined #ocaml
smimou has joined #ocaml
pango has joined #ocaml
vodka-goo has joined #ocaml
Submarine has quit [Remote closed the connection]
Submarine has joined #ocaml
shirogane has joined #ocaml
Snark has quit [Read error: 113 (No route to host)]
Submarine has quit ["in Soviet Russia, Céline Dion owns you"]
malc_ has joined #ocaml
malc_ has left #ocaml []
shirogane has quit [Remote closed the connection]
Submarine has joined #ocaml
Chipster1 has quit []
__DL__ has quit [Remote closed the connection]
threeve has quit []
vodka-goo has quit ["bn"]
MisterC has quit ["Client exiting"]
Submarine has quit ["Leaving"]
Godeke has joined #ocaml
Frycek has joined #ocaml
Frycek has left #ocaml []
mlh has joined #ocaml
smimou has quit ["bli"]