face-hh/bussin

Challenge

Closed this issue · 26 comments

now do what other languages do, and continue developing the language with the language

he would have to make this a compiled language lol otherwise you'd be like npm run bussin bussin.bs somefile.bs lol with a compiled language you'd only have to run bussin.bs through bussin TS once (well if you make no mistakes)

he would have to make this a compiled language lol otherwise you'd be like npm run bussin bussin.bs somefile.bs lol with a compiled language you'd only have to run bussin.bs through bussin TS once (well if you make no mistakes)

lol, I already made a .js file that is waiting to be compiled using my build script. if you want with my bundled js file, go to my fork until @face-hh merges the PR

btw python is like Bussin, it can't compile to binary and works with REPL also. but the devs continuing to develop python with python

btw python is like Bussin, it can't compile to binary and works with REPL also. but the devs continuing to develop python with python

python is made with C not python ig the modules/libraries you can include is made in python though

it started with C, like how Bussin started with TypeScript
also there other languages like Ruby if I remember correctly

it started with C, like how Bussin started with TypeScript also there other languages like Ruby if I remember correctly

its still coded in C pretty sure ?

i saw its still C though the parts that are python are the standard modules/libraries for python and some modules are still written in C

i saw its still C though the parts that are python are the standard modules/libraries for python and some modules are still written in C

mostly misc

if you will search, I 100% sure that there is a language that coded in itself

alright i get it now its still technically written in C they are just generating C files using python well some of the files says auto generated in a comment at the top

try looking at Zig

btw, LLVM (the compiler) can only be written in C++

zig is compiled

zig is compiled

? (btw ? for me is like wdym?)

btw, LLVM (the compiler) can only be written in C++

LLVM is used by a lot of compilers i believe Rust even uses it ? rust is written in itself by the way https://github.com/rust-lang/rust

here is a video explaining LLVM, https://www.youtube.com/watch?v=BT2Cv-Tjq7Q

i know what LLVM is its just that rust technically in its source apart from LLVM is mainly rust files and like lexing, parsing creating a AST rust is still doing that in rust true that it probably started in C i actually have no idea what it started in obviously cant make a language in itself from the get go

i mean tbh i dont care too much but like python is still made with C

but Zig is cooler 😎 because Bun made in Zig, and Bun is cool

i haven't used Bun but there's a lot of videos of testing Bun and seen that a lot of there claims are little falsey or there's weird little quirks and bugs but obviously probably will be fixed

because Bun is not released to Windows yet 🤓

because Bun is not released to Windows yet 🤓

it has a very beta windows lmfao probably not worth using it yet but yeah

because Bun is not released to Windows yet 🤓

it has a very beta windows lmfao probably not worth using it yet but yeah

I know that 🤓

btw I will make Bussin with Bussin