
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A small compiled programming language similar to C.
Contact me for help, because I will respond. Discord: amukh1#9613
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
To install and set up the library, run:
$ npm install ritchie
Or if you prefer using Yarn:
$ yarn add --dev ritchie
Or just search up "Ritchie" in the extensions section

august-lang takes 2 file extentions, .aug and .asm.
rcomp is the compiler.. (Ritchie Compiler) and putting in an .rit file compiles it to an asm file.
$ rcomp ./file.rit name
ASM compiles to bytecode automatically on Linux (if your on Windows/OSX use an online compiler). Web Compiler
import Stdio
function _start() {
println("hi", 2)
SYS::EXIT
}
You can contribute to the project by making a pull request on GitHub.
See also the list of contributors who participated in this project.
MIT License © Amukh1
FAQs
Small compiled programming language similar to C
We found that ritchie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.