Unintionally
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
The Hack of bitmask used as Boolean Parameters     

Group: comp.lang.functional · Group Profile · Search for Unintionally in comp.lang.functional
Author: Xah Lee
Date: Jan 31, 2008 08:41

..., inconsist syntaxes in its command line tools's ways of taking arguments. (some parameter influence other parameters. Argument order sometimes matter, sometimes doesn't, sometimes causing unintented output and sometimes causing syntax error. Named parameters sometimes have the names optional(!). Named parameters that are predicates sometimes act by their presence along, sometimes by their ...
Show full article (9.75Kb)
Re: shootout: implementing an interpreter for a simple procedural language Minim     

Group: comp.lang.functional · Group Profile · Search for Unintionally in comp.lang.functional
Author: Jon Harrop
Date: Jul 31, 2007 04:03

...checks during unboxing look like this: # let unint = function `Int n -> n | _ -> invalid_arg "unint";; val unint : [> `Int of 'a ] -> 'a = <fun> The Fibonacci function translates...: # let ( + ) n m = int(unint n + unint m);; val ( + ) : [> `Int of int ... # let ( - ) n m = int(unint n - unint m);; val ( - ) : [> `Int of int ... # let rec fib n = match unint n with | 0 | 1 as n ...
Show full article (3.34Kb) · Show article thread
The Hack of bitmask used as Predicate Parameters     

Group: comp.lang.functional · Group Profile · Search for Unintionally in comp.lang.functional
Author: Xah Lee
Date: Apr 23, 2007 03:53

..., inconsist syntaxes in its command line tools's ways of taking arguments. (some parameter influence other parameters. Argument order sometimes matter, sometimes doesn't, sometimes causing unintented output and sometimes causing syntax error. Named parameters sometimes have the names optional(!). Named parameters that are predicates sometimes act by their presence along, sometimes by their ...
Show full article (5.70Kb)