Post History
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...
#4: Post edited
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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now.- I want to use this library for a "Hello, World!" answer which is some simple code:
- ```lang-c
- 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)?
- 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](https://github.com/JoyrenceMatthewAgas/BMPL) 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:
- ```lang-c
- 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)?
#3: Post edited
- 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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now.
- I want to use this library for a "Hello, World!" answer which is some simple code:
- ```lang-c
- 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)?
- 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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now.
- I want to use this library for a "Hello, World!" answer which is some simple code:
- ```lang-c
- 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: Post edited
- 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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now.
- I want to use this library for a "Hello, World!" answer which is some simple code:
- ```lang-c
- 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?
- 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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now.
- I want to use this library for a "Hello, World!" answer which is some simple code:
- ```lang-c
- 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)?
#1: Initial revision
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](https://github.com/JoyrenceMatthewAgas/BMPL/raw/master/Library.zip) 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 `.zip` file which you can check out now. I want to use this library for a "Hello, World!" answer which is some simple code: ```lang-c 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?