just-js / lo

it's JavaScript Jim, but not as we know it. :space_invader:
MIT License
220 stars 9 forks source link

Why the name lo? #1

Closed TimiBolu closed 10 months ago

TimiBolu commented 11 months ago

I was wondering why the name.

billywhizz commented 11 months ago

haven't decided on a name yet. thinking lo.js for "low level". i think i will keep everything under the "just-js" org. then there will be a low level runtime/sdk for embedders and low level hackers. and possibly a higher level one of there is interest in that.

other possible names

feel free to make suggestions.

TimiBolu commented 11 months ago

haven't decided on a name yet. thinking lo.js for "low level". i think i will keep everything under the "just-js" org. then there will be a low level runtime/sdk for embedders and low level hackers. and possibly a higher level one of there is interest in that.

other possible names

  • spin
  • replace "just" with this project
  • smol
  • ffast

feel free to make suggestions.

I actually think lo sounds nice. Thinking of it from a low-level. js perspective. It will be great to find out what others think

xyloflake commented 11 months ago

I go with lo.js @billywhizz it’s cool

ayushmanchhabra commented 11 months ago

I like spin. It signifies an action, for example spin rm.js

billywhizz commented 10 months ago

for now, am going to create the following repos. this can change later but i think it works well.

just-js/lo - this repository - for the low level set of primitives and bindings for system interfaces and common libraries. this will be useful for folks who want to do lower level work directly against system/library api's in JS and/or want to build their own runtimes just-js/hi - a project build on top of just-js/lo which provides higher level abstractions for writing more standards compliant code cross platform - should implement a significant subsection of the wintercg proposals - to be discussed. not a high priority rn. just-js/v8 - the v8 monolithic library builds for various common platforms