DEV Community

Cover image for Introducing Hascal - Part 1
Pranav Baburaj
Pranav Baburaj

Posted on

2 3

Introducing Hascal - Part 1

The Hascal Programming language

Hascal is a small, programming language written in python. It has a C-like syntax, is Fast and Powerful, and it also supports garbage collection

See the official repository here

Hascal is still under development

Installation and setup

Note: As of March 5, 2021, Hascal is only supported for windows, but you can clone the repository and run it

To setup Hascal on your windows machine,

git clone https://github.com/hascal/hascal.git

Now, get into the hascal folder and you can find a build.bat file. Run the file and you have the hascal executable inside of the dist folder.

  • Environment variables

This article explains how to manage environment variables in windows

PATH variable

Copy the location of the dist folder and add it into the PATH variable.

HPATH variable

Copy the location of the hascal/src/hlib folder, create a new environment variable named HPATH and assign it the value of the copied location


Let's dive deep into the language in the upcoming articles

Hope you learned something new, Thank you for reading

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (2)

Collapse
 
bistcuite profile image
bistcuite

Hi, build way is changed. see hascal repo and update your article
github.com/hascal/hascal

Collapse
 
pranavbaburaj profile image
Pranav Baburaj

Sure. thanks

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay