Back

LotusScript

LotusScript is a programming language used for developing applications within the IBM Lotus Notes and Domino platform. It is primarily used for creating custom functionality and automating tasks within the Lotus Notes environment.

Hello, world code example:

:- object(hello_world).
    'This will send the output to the status bar at the bottom of the Notes client screen
    print "Hello world!"

:- end_object.

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.