- Joined
- Sep 22, 2020
- Messages
- 6
- Reaction score
- 6
Blubba
Blubba allows experienced programmers to write Diamondfire Code using JavaScript.
Hasn't This Been Done Before?
To put a long story short; yes, but not with full support like Blubba.
Why should I choose Blubba over other written Diamondfire languages?
I'll compare Blubba with Prismarine: another written Diamondfire language with JavaScript syntax.
Usage
Currently Blubba is in-development, meaning a select few have access to Blubba. Blubba will be released to NPM in the near future. If you wish to gain early access to Blubba join Our Discord
Example Code
For More Information: Join Our Discord
Blubba allows experienced programmers to write Diamondfire Code using JavaScript.
Hasn't This Been Done Before?
To put a long story short; yes, but not with full support like Blubba.
Why should I choose Blubba over other written Diamondfire languages?
I'll compare Blubba with Prismarine: another written Diamondfire language with JavaScript syntax.
Blubba | Prismarine | |
---|---|---|
Full Support Of DF | Yes | No |
JavaScript Syntax | Yes | Yes |
Terminal Based | Yes | No (Prismarine is a website) |
Usage
Currently Blubba is in-development, meaning a select few have access to Blubba. Blubba will be released to NPM in the near future. If you wish to gain early access to Blubba join Our Discord
Example Code
JavaScript:
const blubba = require("blubba");
blubba.on("JOIN", () => {
blubba.player_action.SENDMESSAGE("Hello World!");
});
module.exports = blubba.blocks;
For More Information: Join Our Discord