Ray-casting algorithm: Difference between revisions

Content added Content deleted
(Added Haskell.)
m (→‎{{header|Python}}: Expose allbut-main in scrolling window)
Line 704: Line 704:


=={{header|Python}}==
=={{header|Python}}==
<div style="height:70ex;overflow:scroll"><lang python>from collections import namedtuple
<div style="height:110ex;overflow:scroll"><lang python>from collections import namedtuple
from pprint import pprint as pp
from pprint import pprint as pp
import sys
import sys