TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
11.36k stars 349 forks source link

Get to 9,999 stars #83

Open TodePond opened 1 year ago

TodePond commented 1 year ago

Star History Chart

TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago
TodePond commented 1 year ago

Habitat script for future use:

const aa = 9
const a = aa * 1000
let s = []
for (let i = a; i <= a + 999; i++) {
    s.push(`- [${i <= 1024? "x" : " "}] ${i}`)
}
s.join(`
`).d
CLOVIS-AI commented 1 year ago

This seems to be out of date by around 200 stars at the time of writing. Please fix.

mitiko commented 1 year ago

I really think we should have some GitHub actions to automate such important community actions

sqaxomonophonen commented 1 year ago

Related: Rust currently has 8,927 open issues, Zig has 2,240, but DreamBerd only has 53. I think we need to get well into the 1,000s before people will us seriously;

(Edit: I didn't even see #2 - we definitely don't have enough issues)

TodePond commented 1 year ago

Yes we maybe fixed that one. But we also maybe didn't

96-LB commented 1 year ago

Hi, I'm a new programmer looking to contribute to this project! I'm thinking of starting a draft PR to handle this issue. Do you have any recommendations on design decisions I should look to make? Sorry if my code is bad 😅

TodePond commented 1 year ago

Yes the design should be perfect. Other than that, it's completely up to you. Hope this helps

jzbor commented 1 year ago

Hi, the repo is currently at 6.9k stars. As this is a much nicer number anyway I propose changing the goal of this issue and calling it a day.

TodePond commented 8 months ago

almost there!

TeraByte-Official commented 5 months ago

The fact that you took the time to write this (or a program that writes this for you) is amazing

ThePython10110 commented 3 months ago

This issue appears to have been resolved.