<kaustuv>
gildor: thanks, it's close to what I was looking for but not exactly. It doesn't seem to allow things like <% for i = 1 to 5 do %> foo<%= i %> <% done %> --> foo1 foo2 foo3 foo4 foo5
<kaustuv>
Anyway, it was easy enough to write my own:
Fandekasp has quit [Remote host closed the connection]
ttamttam has left #ocaml []
ttamttam has joined #ocaml
<mfp>
kaustuv: what license are you releasing it under?
<mfp>
this could maybe go into batteries
ztfw has joined #ocaml
ztfw has quit [Remote host closed the connection]
ztfw has joined #ocaml
<kaustuv>
mfp: 2 clause BSD. I'll make this clear in the file.
<mfp>
thanks
xmarteo has quit [Quit: Debian GNU/Hurd is Good.]
ygrek has quit [Ping timeout: 245 seconds]
Vassia has joined #ocaml
Vassia has left #ocaml []
Vassia has joined #ocaml
oc13 has joined #ocaml
Vassia has quit [Ping timeout: 276 seconds]
_andre has joined #ocaml
Edward has quit []
iratsu has quit [Read error: Operation timed out]
iratsu has joined #ocaml
rossberg has quit [*.net *.split]
kaustuv has quit [*.net *.split]
fremo__ has quit [*.net *.split]
hcarty has quit [*.net *.split]
fremo__ has joined #ocaml
hcarty has joined #ocaml
rossberg has joined #ocaml
xmarteo has joined #ocaml
ygrek has joined #ocaml
ikaros has joined #ocaml
ikaros has quit [Ping timeout: 260 seconds]
barismetin has joined #ocaml
rossberg has quit [Quit: Leaving]
ygrek has quit [Ping timeout: 245 seconds]
Vassia has joined #ocaml
Vassia has quit [Ping timeout: 258 seconds]
despa has quit [Read error: Connection reset by peer]
despa has joined #ocaml
oc13 has quit [Ping timeout: 240 seconds]
kmicinski has joined #ocaml
rossberg has joined #ocaml
th5 has joined #ocaml
|marius| has joined #ocaml
kmicinski has quit [Quit: leaving]
jakedouglas has joined #ocaml
<boscop>
as I understand it, ocaml has 1-level structural typing, i.e. the name of the type on which to dispatch doesn't matter, but the names + types of its members. is there a language that has multi-level strucctural typing so that only the types of the members matter, not their names? how useful would that be?
<thelema>
boscop: I think that ocaml isn't 1-level. Some things (objects, tuples, etc.) are structurally typed, while others (Variants, records) are nominally typed. Doesn't matter the "level"
xcthulhu has quit [Quit: Ex-Chat]
Vassia has joined #ocaml
ccasin has joined #ocaml
Vassia has quit [Ping timeout: 276 seconds]
valross has joined #ocaml
valross has quit [Quit: Ex-Chat]
oc13 has joined #ocaml
hargettp has joined #ocaml
hargettp has left #ocaml []
barismetin has quit [Remote host closed the connection]
ftrvxmtrx has quit [Quit: Leaving]
ygrek has joined #ocaml
|marius| has quit [Remote host closed the connection]
philtor has joined #ocaml
ikaros has joined #ocaml
Associat0r has quit [Quit: Associat0r]
ttamttam has quit [Remote host closed the connection]
jonafan_ is now known as jonafan
Vassia has joined #ocaml
metasyntax has quit [Quit: reboot time]
Vassia has quit [Ping timeout: 276 seconds]
|marius| has joined #ocaml
chee has joined #ocaml
sepp2k has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
ulfdoz has joined #ocaml
philtor has quit [Ping timeout: 246 seconds]
ygrek has quit [Ping timeout: 245 seconds]
metasyntax has joined #ocaml
thieusoai has joined #ocaml
ttamttam has joined #ocaml
andreh has joined #ocaml
andreh has quit [Quit: andreh]
Vassia has joined #ocaml
Vassia has quit [Ping timeout: 246 seconds]
waterChip has joined #ocaml
ftrvxmtrx has joined #ocaml
iratsu has quit [Ping timeout: 240 seconds]
iratsu has joined #ocaml
oc13 has quit [Ping timeout: 276 seconds]
psnively has joined #ocaml
psnively has left #ocaml []
slash__ has joined #ocaml
Tianon|Away has left #ocaml []
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
metasyntax has quit [Remote host closed the connection]
waterChip has left #ocaml []
ttamttam has quit [Remote host closed the connection]
ulfdoz has quit [Ping timeout: 260 seconds]
_andre has quit [Quit: leaving]
|marius| has quit [Remote host closed the connection]
Edward has joined #ocaml
Associat0r has joined #ocaml
sepp2k has quit [Quit: Leaving.]
Vassia has joined #ocaml
<pikachuyann>
bonne nuit / good night
Associat0r has quit [Client Quit]
pikachuyann has quit [Quit: Quitte]
Vassia has quit [Ping timeout: 258 seconds]
slash__ has quit [Quit: Lost terminal]
chee has quit [Ping timeout: 265 seconds]
<boscop>
what are the main differences between Ocaml and F#?