Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Post History

66%
+2 −0
Meta 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...

2 answers  ·  posted 3y ago by General Sebast1an‭  ·  last activity 3y ago by Lundin‭

#4: Post edited by user avatar General Sebast1an‭ · 2021-07-01T03:46:12Z (almost 3 years ago)
  • 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 by user avatar General Sebast1an‭ · 2021-06-30T14:54:37Z (almost 3 years ago)
  • 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 by user avatar General Sebast1an‭ · 2021-06-30T14:45:21Z (almost 3 years ago)
  • 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 by user avatar General Sebast1an‭ · 2021-06-30T14:44:31Z (almost 3 years ago)
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?