isn't it amazing how many people on this board that claim to be elite programmers completely shit themselves when they see something written in powershell or dotnet
>see this thread >go to bun website >install bun >go to my fairly large nextjs project
bun run dev >it just werks
it's literally and figuratively over for node
What are the pros/cons of JavaScriptCore vs. V8? Looking to maybe use javascript as the scripting language for my game so I can access the ridiculous number of libraries written in it.
>see this thread >go to bun website >install bun >go to my fairly large nextjs project
bun run dev >it just werks
it's literally and figuratively over for node
No I did not. You should learn the difference between new paragraphs and reddit spacing.
Reddit spacing is when people do paragraphs after every sentence because they're used to how reddit formats new lines.
3 weeks ago
Anonymous
keep telling yourself that redditor
3 weeks ago
Anonymous
>no arguments
3 weeks ago
Anonymous
>no bitches
3 weeks ago
Anonymous
Good that you're opening up, tell us more about yourself
they also have native support for plugins written in zig, so it might makes it easier for webshitters to move away from the insanity that is performance critical modules written in javascript. some functions provided by bun are even direct bindings which makes it faster than JS executions.
>No C or C++ API
what is the point?
node has that but it was never adopted by the baseddev community. wasm plugins in deno were also a failure.
it's a meme, look at this example where you write JS code into HTML attributes as fucking strings
https://htmx.org/docs/#validation
that's a harbinger of spaghetti. it might be OK for simple websites, but people forget that a script tag with a little bit of vanilla JS is also OK for simple websites.
i even think AlpineJS is better if you're into that shit, because you can achieve more with less and you don't have to remember the convoluted declaration syntax of HTMX
https://alpinejs.dev/
same for all the frameworks, just a standardized way of working with the DOM. if you do it with plain JS in a team of ten, you get ten different solutions.
I really like how Elysia forces you to think about your handlers and DTOs
Also it respects the Request/Response standards so that's nice, I replaced SvelteKit's router with it and it just werks
literally who
>no windows support
INTO THE TRASH
Developing on Windows? Have you no self respect? Please don't tell me you're a .NET dev.
>anime
>windows "dev"
WSL counts as "Windows Support" now.
When will you clowns understand you're not the target audience?
Sex with my wife, Nijika
isn't it amazing how many people on this board that claim to be elite programmers completely shit themselves when they see something written in powershell or dotnet
Windows is made for playing games not for getting work done
>you're not an an elite programmer because you're not familiar with trash technology that no sane company uses
Microsoft has literally admitted that powershell was a mistake.
Just use wsl.
nobody uses windows nowadays. get with the times, grandpa.
My queen Nijika <3
Ziggers we fucking won? Rustrannies btfo.
feels good being a zigger
Serious question: how can bun be considered stable if the zig programming language does not have a stable release?
>not actually a JS engine written in Zig
Immeasurable disappointment.
so can i just replace node js with this what else is changed other than the standard lib
good speed, literally too good speed just like https://orbstack.dev
>see this thread
>go to bun website
>install bun
>go to my fairly large nextjs project
bun run dev
>it just werks
it's literally and figuratively over for node
It's insane how fast this. The package manager speed is blowing my mind. Literally sub 10s install times for every single project.
It's not open source.
Huh
https://github.com/oven-sh/bun
By using JavaScriptCore (used by Safari) instead of V8 (used by Chromium-based browsers) and the Zig programming language.
KEK.
What are the pros/cons of JavaScriptCore vs. V8? Looking to maybe use javascript as the scripting language for my game so I can access the ridiculous number of libraries written in it.
I don't know, so far I've watched only the söydev Fireship video, I just told you what he said.
Native Windows support is coming in future releases, you can only use WSL2 for now.
javascriptcore is slightly faster than v8 and has slightly lower startup times. Other than that the dev experience is apparently 10 times worse.
How the fuck did they make this
chatgpt
that's a naga
i thought bun was a bird
JSCore instead of V8
focusing on supporting npm shit from the start instead of trying to build your own ecosystem like Deno did
where the fuck is the windows binary even tho it's limited? They only provide the bash script for WSL.
sorry ranjeet shitters aren't allowed to use this
>where the fuck is the windows binary even tho it's limited?
experimental release probably only for internal testing.
go poo in a loo
Can you even imagine someone asking these Jabbascript babbies what tech they use for work?
"I use B-Bun eheh y-you know that one runtime that looks like a cute kawaii japanese b-bun"
Like admitting that you make web page scripties for a job wasn't humiliating enough
>reddit spacing
Nice larp, NEET subhuman plebbit virgin fag.
Sorry bro, scripting is not programming
ywnbaw either
>scripting is not programming
Who cares, virgin? I wanna get the job done, not be a ""programmer"".
>ywnbaw either
Rentfree
And stop reddit spacing you homosexual.
you just used reddit spacing
No I did not. You should learn the difference between new paragraphs and reddit spacing.
Reddit spacing is when people do paragraphs after every sentence because they're used to how reddit formats new lines.
keep telling yourself that redditor
>no arguments
>no bitches
Good that you're opening up, tell us more about yourself
I eat buns for break fast, use bun for programming, and finish my day inside your mother's buns.
I might try it out.
Most of the speed improvements in Bun are due to JavascriptCore, not Zig/Bun itself.
You should say "thank you" to Apple.
they also have native support for plugins written in zig, so it might makes it easier for webshitters to move away from the insanity that is performance critical modules written in javascript. some functions provided by bun are even direct bindings which makes it faster than JS executions.
node has that but it was never adopted by the baseddev community. wasm plugins in deno were also a failure.
V8 engine has it. And it would be nice to have a well documented javascript library for C for once. Otherwise I am sticking with lua
>No C or C++ API
what is the point?
Hono or Elysia? I'm ditching Express since I'm trying this now. While on the topic of bleeding edge, is HTMX pure memery?
it's a meme, look at this example where you write JS code into HTML attributes as fucking strings
https://htmx.org/docs/#validation
that's a harbinger of spaghetti. it might be OK for simple websites, but people forget that a script tag with a little bit of vanilla JS is also OK for simple websites.
Jesus fucking Christ, that's all I needed to see.
i even think AlpineJS is better if you're into that shit, because you can achieve more with less and you don't have to remember the convoluted declaration syntax of HTMX
https://alpinejs.dev/
I don't get it. What's the point of this crap instead of using plain JS?
same for all the frameworks, just a standardized way of working with the DOM. if you do it with plain JS in a team of ten, you get ten different solutions.
I really like how Elysia forces you to think about your handlers and DTOs
Also it respects the Request/Response standards so that's nice, I replaced SvelteKit's router with it and it just werks