#haskell - Sat 24 Feb 2007 between 13:56 and 14:03



syntaxfreeI don't understand why Ada is so heavily criticized.
ddariusAnyways, let binds polymorphically
syntaxfree: In which way?
allbery_bfor the same reason PL/1 was: it tries to do way too much
syntaxfreeI've always heard of Ada as a disaster example of a language designed by committee.
sorearnow scons is complaining I don't have a working C compiler
funny, since ghc -fvia-C doesn't seem to mind this lack
syntaxfreeman, kill scons.
Pastorn_drop is faster than take, rigt?
sorearsyntaxfree: doesn't work. you need killall python. when will they learn not to zap argv[0]? python-- or maybe env--
syntaxfreeah, I didn't mean that.
I meant "screw" or "foque". : /
actionsyntaxfree blushes
syntaxfreeblushes
actionsorear greps the yhc history for the author of the patch that added Sconscript
soreargreps the yhc history for the author of the patch that added Sconscript
syntaxfreeah, I failed to compile yhc because of scons as well.
Pastorn_quicksilver: about permutations... if i want to allow the same element to be repeated more than once?
sorearandrewjwilkinson--
syntaxfreebuy scons keeps on getting in my way.
sorearmake was better
autotools even
syntaxfrees/buy/but
Pastorn_quicksilver: should i do concat . replicate ?
xeroxpetekaz: basically you want a function that given a list of functions, prints their results in sequence?
quicksilverPastorn_: how long are the combinations supposed to be? same length as the original list?
petekazxerox: yes.
kc5tjasorear: scons --help will print the defined Help() text if and only if it exists. If it doesn't, then it will default to --help-commands.
sorearsyntaxfree: yhc build the first time I tried to build it.
Pastorn_no, n long
xeroxpetekaz: the problem is that you would pass in an HList of functions.
sorearkc5tja: tell that to my failing configure.
xssorear, try scons help, if you're using yhc
quicksilverPastorn_: you can do that with sequence and replicate, I think
sorearsyntaxfree: now no amount of scons clean will make it do the original easy build again
xs: tried.
xs: no luck.
xeroxpetekaz: there exist another interesting approach in fact....
quicksilver> sequence (replicate 3 [1,2])
kc5tjasorear: What would --help have to do with a failing configure? Why are you using configure when scons has auto-configuration capabilities built-in?
quicksilver> Control.Monad.sequence (replicate 3 [1,2])
lambdabot[[1,1,1],[1,1,2],[1,2,1],[1,2,2],[2,1,1],[2,1,2],[2,2,1],[2,2,2]]

Page: 1 8 15 22 29 36 43 50 57 64 71 78 85 92 99 106 113 120 127 134 

IrcArchive