Dollar Auction

Posted by s on Dec. 13, 2008, 7:20 a.m.

Read of swoopo.com which lead to Dollar Auction

This refutation relies on players being rational, and much psychological and economic evidence suggests that humans are not rational in this sense

Postal now has synthetic scopes. By that I mean a preprocessed value which can be used to uniquely set values with #S. Pretty much #M except it doesn't increment on .0 macros This method of scopes is strong enough to have proper break/continues in my structures

Perhaps #M isn't required when #S is around? #M might be useful for parameterless macros though

Wondering if I should include local variables that take up the call stack. Could probably rig it with macros

defun fac :if{: – fac *}{++};

becomes

F102_97_99:

cmp long[esp]

je ELSE7

BEGIF7:

push long[esp]

dec long[esp]

mov long[ebp],FCALL0

add ebp,4

jmp F102_97_99

FCALL0:

stackmul

jmp ENDIF7

ELSE7:

inc long[esp]

ENDIF7:

sub ebp,4

jmp long[ebp]

Comments