JLScript: A Programming Language Designed to Make Coding Simpler

작성자

카테고리:

← 피드로
DEV Community · JLScript · 2026-08-03 개발(SW)

JLScript

Programming should be accessible to everyone, not just people who already speak English fluently.

JLScript is a programming language under development with the goal of making programming simpler, more intuitive, and more accessible, especially for beginners and Portuguese-speaking developers.

The language uses clear and readable syntax while keeping modern programming concepts such as variables, functions, conditions, loops, arrays, objects, modules, and API integration.

Main Goals
Simple and clean syntax
Easy to learn
High readability
Modern language features
Open-source project
Community-driven development
Example

va nome = "Lucas"

func cumprimentar(nome) {
    mostrar("Olá, " + nome + "!")
}

Enter fullscreen mode Exit fullscreen mode

  1. cumprimentar(nome)
  2. Planned Features
  3. Native HTTP API consumption
  4. Package manager
  5. Cross-platform compiler
  6. VS Code extension
  7. Modules and libraries
  8. Object-Oriented Programming
  9. Error handling
  10. Arrays and dictionaries
  11. File system support
  12. JSON support
  13. CLI tools

JLScript is still under active development, and many features are being improved continuously.

Feedback, ideas, and contributions are always welcome.

GitHub:

(https://github.com/eohlczinn/jlscript.dev)

Official Website:

(https://jlscript-dev.vercel.app/#/docs)

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다