Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I write a “Hello, World!” programme in Lisp?

0
Posted

How do I write a “Hello, World!” programme in Lisp?

0

This is actually a subtle question; not in the respect of computing “Hello, World!”, obviously, but because of what being a “Hello, World!” programme actually means. At its simplest, you can simply type “Hello, World!” at the REPL, to find that the `P’ part of that will print “Hello, World!” back to you. However, this won’t do what you want if this is in a file, as return values aren’t printed unless they are at the REPL. Something which is closer to the canonical “Hello, World!” attempt is (format t “~&Hello, World!~%”).

0

This is actually a subtle question; not in the respect of computing @@ -225,34 +137,6 @@ }}\listitem{\para{Home to a number of Common Lisp development projects.}}}}

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123