Lanscript is the proprietary logic engine for the Heofon ecosystem, bridging the gap between structural web design and high-level scripting. It serves as the primary logic provider for all Heofon-based applications.
Lanscript is fully open source and free to use. We prioritize user privacy: the platform does not collect user information and requires no login to access or develop with our tools.
Official Website: Lanscript Website
To begin developing with Lanscript, you can access the environment directly through our web portal.
- No Login Required: Simply visit the portal and start coding immediately.
- Privacy Focused: Your data and code remain your own; we do not track or store personal information.
- Direct Access: Visit the official Lanscript portal to use the integrated editor: Lanscript Playground
<lanscript> means you are starting the line with Lanscript
<pro> means everything in the script is part of the program
<start> means you are starting the program
<end> means you are ending the program
yes.put. means you are putting something in the program like "Hello World" or a text box
<script> means you are ending the script and moving on to the next line of code
name. means you add your name or name a website or game
age. means you set the age of a person or website
.up means you make all words uppercase
.down means you make all words lowercase
.half means you cut the words in half
- Lanscript is not a hard programming language, it is made easy for new coders and website creators
- Lanscript does not take info from you like in JavaScript or Typescript, Lanscript is made private to you so you can make things safe for users for websites in Lanscript
In every script of Lanscript you have to have yes.put. in it
<lanscript>
<pro>
<start>
yes.put. Hello World
<end>
<script#>
To create a file in Lanscript you have to have your name at the start like "helloworld" and then add .ls at the end for example:
helloworld.lans