Close
0%
0%

The Swallow Programming Language

Swallow is an easy to use systems programming language with python-like syntax. Repo - https://github.com/Swallow-lang/swallow

Public Chat
Similar projects worth following
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
Swallow

Swallow is a compiled programming language currently under development.

Why am I creating this language?

I am creating it as a fast alternative to python and as an easy alternative to c

Goals

- Ease to use
- Fast
- Highly modular
- Occupies less memory
- Compiled

How does it work?

You can consider it to be a superset of c which compiles to clean c. So valid c code is also valid swallow code(the language is named swallow). It will have no garbage collector because it is a system programming language but it will be very easy to use so there will be less chance of memory leak

Repo - https://github.com/Swallow-lang/swallow

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates