New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stk-lang

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stk-lang

A concatenative language

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

stacked

A stack-based language with a focus on functions and scripting.

Notes on the interpreter: it's currently written in browser JavaScript. Since it uses ES6 syntax, I can only guarentee that it works on FireFox. The final product is intended to be written in C++, but that is some distance away. The syntax itself is not subject to much change hereafter, same with most functions.

The programs themselves are primarily intended to be readable yet writeable. That is, I intend the language to never force you to write boilerplate. That is, you should never have to do public static main void function long asdf to print a string.

An important note: I've focused more on the breadth of functions, and while I try to catch bugs, it's more than likely that bugs exist in the code. Please, open an issue if something seems out of the ordinary. I'll be more than happy to explain the language to you, so even if the issue just stems from misunderstanding, I will respond.

As for developing, I'm currently not accepting co-developers (though tell me if you'd like to contribute in such a way, I can always change my mind). However, I am perfectly open to input as to the language itself.

Check out the wiki for more information!

Online interpreter. Well, the only one.

FAQ

No questions asked, yet!

Keywords

FAQs

Package last updated on 30 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc