Dante's Inferno (disambiguation)
Dante's Inferno is the first part of Dante Alighieri's 14th-century epic poem Divine Comedy.
Dante's Inferno may also refer to:
Film
- L'Inferno, a 1911 Italian silent film by Giuseppe de Liguoro, loosely adapted from the Divine Comedy
- Dante's Inferno (1924 film), a silent film about a slum landlord sent to hell
- Dante's Inferno (1935 film), a film based around a fairground attraction depicting the inferno
- Dante's Inferno (1967 film), a television film about the tortured life of Dante Gabriel Rossetti
- Dante's Inferno (2007 film), a puppet comedy film version of Dante's hell
Other uses
- Dante's Inferno (ride), created 1971, was located at Coney Island, New York, US
- Dante's Inferno, a 1993 album by Transmetal
- "Dante's Inferno" (song), a 1995 song by Iced Earth
- Dante's Inferno (video game), 2010 game based on Alighieri's poem
- Dante's Inferno: An Animated Epic, 2010 direct to DVD film based on the video game
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?
gollark: "Invalid effective address"? What?
gollark: Well, most of them are in the code.
See also
- Inferno (disambiguation)
- All pages with titles beginning with Dante's Inferno
- All pages with titles containing Dante's Inferno
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.