Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LS

Lanscript Programming Language

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


Getting Started

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

Variables

<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

   

What Lanscript is not

  • 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

Hello World in Lanscript

In every script of Lanscript you have to have yes.put. in it

<lanscript>
<pro>
<start>
yes.put. Hello World
<end>
<script#>

Create a file in Lanscript

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



About

Lanscript is the official coding language of Heofon Global Search and is used for web development and is related to HTML and Python for beginners ready to code.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

4 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages