We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
User:Feuermonster/Hello Plus Plus Interpreter
Jump to navigation
Jump to search
#!/usr/bin/stlisp (let (str-to-ls "Hello, World") "code") (def "interpret-hw" '`( (let "interpret-hw-cur") (eq (interpret-hw-cur) "H" '(print "Hello, World") '(`)) (eq (interpret-hw-cur) "h" '(print "Hello, World") '(`)) ) ) (reduce "interpret-hw" (code))