Git Product home page Git Product logo

The Sacalon Programming Language

Website | Docs | Coding Style | Changelog | Roadmap

Sacalon Discord

ReadMeSupportPalestine

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable, and efficient software.

Important

  • Sacalon is still in the very early stages of development.

Features

  • Easy to use and easy to learn
  • Multi-paradigm
  • Null safety by default
  • Fast and powerful
  • Inspired by Swift and Pascal(Sacalon is based on the most effective ideas of the Pascal language)
  • Manual memory management
  • Compiles to C++
  • Compatible with C\C++\Obj-C
  • Builtin compile-time FFI system
  • Built-in HTTP Library

Examples

Hello World :

function main() : int {
    print("Hello World!")
    return 0
}

HTTP Request:

use http
function main() : int {
    var content = get("https://www.google.com")
    print(content)
    return 0
}

Regex match:

use regex

function main() : int {
    var matched : bool = regex("subject","(sub)(.*)")
    print(matched) // Output : 1
    return 0
}

You can see more Sacalon examples in examples directory.

Documentation

You can find Sacalon's documentation, Here.

Contributions

You can contribute to Sacalon by opening an issue and forking the repository or contributing to Sacalon's documentation.

You can also join the Sacalon community on Gitter or Discord and ask & answer questions.

Alt

License

The compiler and standard libraries are licensed under the "3-Clause BSD License". Read the License for more information.

About

Copyright © 2019-2024 Sacalon Foundation,
all rights reserved.

forthebadge

Sacalon's Projects

awesome-hascal icon awesome-hascal

A curated list of awesome Sacalon frameworks, libraries, software and resources.

luahas icon luahas

Lua interpreter for Hascal programming language

sacalon icon sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

ui icon ui

Cross platform UI library for Sacalon

v1.3.1 icon v1.3.1

An archived version of hascal before switch to new backend

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.