Skip to content

chemicallang/chemical-vscode

Repository files navigation

Chemical Programming Language

Chemical is a High Performance Native Programming Language.

You can find more information about it here.

Github

Do a Hello World

Save this in src/main.ch

public func main() : int {
  printf("Hello World");
  return 0;
}

and save this in chemical.mod

module main

source "src"

import std

Now press the play button in top right corner

Got any questions ?

Feel free to create an issue, if this extension doesn't work for you or if you experience any problems.

Please create an issue here.

Support me

Please consider supporting my work through patreon.

About

VSCode extension for Chemical Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors