Comments on Is my extension-like library allowed to be used in answers?
Post
Is my extension-like library allowed to be used in answers?
I'm not a golfer, I know, but I do have wanted to make a programming language back then. The name is BMPL (Builder's Multi-Purpose Language) and is currently a library I made in C (clang). It's not essentially for golfing or even an esoteric language, but a simple to understand and basic syntax language which I have planned months ago that was never accomplished. Instead, I spent my time making functions for the language and it's what you have in that repository.
I want to use this library for a "Hello, World!" answer which is some simple code:
main(){say("Hello, World!")}
And I've been wondering if I could even post such thing.
Question: Can I answer using this in-progress non-golfing language that's only a library right now (and would stay that way unless I got to know how to make a real compiler)?
2 comment threads