https://github.com/gordonsmith/hoshie-lang
A new data centric programming language.
https://github.com/gordonsmith/hoshie-lang
Last synced: about 1 year ago
JSON representation
A new data centric programming language.
- Host: GitHub
- URL: https://github.com/gordonsmith/hoshie-lang
- Owner: GordonSmith
- License: mit
- Created: 2022-04-04T11:09:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T18:26:19.000Z (about 4 years ago)
- Last Synced: 2025-02-11T19:38:27.715Z (over 1 year ago)
- Language: TypeScript
- Size: 21.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hoshie-lang
_A new data centric programming language._
## Developing on Windows
1. Install [NodeJS v14.x.x](https://nodejs.org/en/download/)
2. Install WSL2 + Ubuntu-20.04
3. `git clone git@github.com:AlexSmith/hoshie-lang.git`
4. `cd hoshie-lang`
5. `npm install`
6. `npm run install-deps`
7. Open folder in vscode
8. Run build task: `Ctrl + Shift + B`
9. Select "Extension" as the target launch configuration
9. Launch debug session: `F5`
## Packaging and installing a release
```
npm install
npm run clean
npm run build
npm run vsce-package
npm run vsce-install
```