Hot Soup Processor

From Wikipedia, the free encyclopedia
Hot Soup Processor
ParadigmProcedural, Imperative
Designed byONION software([1])
DeveloperONION software([2])
First appeared1996
Stable release
3.51 / Apr 13, 2019
Preview release
3.6RC2 / Jul 31, 2021
OSWindows
LicenseBSD licenses
Websitehsp.tv
Influenced by
BASIC, C

Hot Soup Processor is a programming language from Japan that was originally developed in 1994. It was originally based on BASIC, but has diverged significantly from those roots over the years. It is freeware as of 1996, and now is open source (OpenHSP) under the BSD licenses. HSP is used to teach programming in Japanese schools, and because it is freeware, it was a popular programming language for doujin soft in the late 1990s.

Features[edit]

Hot Soup Processor is a procedural language, and includes the following features:

Example code[edit]

mes "Hello World!"
stop

External links[edit]