Hacker News

React for R

Hacker News - Mon, 09/16/2024 - 5:11am

Article URL: https://github.com/react-R/reactR

Comments URL: https://news.ycombinator.com/item?id=41554193

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: JAQT – JavaScript Queries and Transformations

Hacker News - Mon, 09/16/2024 - 5:08am

Hi all,

I've made a javascript library to simplify searching/sorting/filtering in arrays of objects. Its inspired by both GraphQL and SQL, but implemented using javascript Proxies. Instead of creating a new language, its all just javascript.

I've made it as part of an experimental database, which uses javascript as the query engine. The normal javascript map/reduce/sort functions are quite difficult to master for junior developers. JAQT is easier to explain, and can still be used in combination with any existing array functions.

Please let me know what you think of the API and its ease of use!

Comments URL: https://news.ycombinator.com/item?id=41554177

Points: 1

# Comments: 0

Categories: Hacker News

Pareto AI

Hacker News - Mon, 09/16/2024 - 4:58am
Categories: Hacker News

Lanai (The Myrinet CPU Architecture) in LLVM

Hacker News - Mon, 09/16/2024 - 4:42am

Article URL: https://q3k.org/lanai.html

Comments URL: https://news.ycombinator.com/item?id=41554026

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: ts-remove-unused – Remove unused code from your TypeScript project

Hacker News - Mon, 09/16/2024 - 4:39am

ts-remove-unused is a command line tool for TypeScript projects that auto-fixes unused `export`s. It removes the export keyword from the declaration or the whole declaration based on its usage in the project.

There are some similar tools but they are focused on "detecting" rather than "removing" so I've built one myself. I wanted a solution that's as minimal as possible; config files to specify the files in your project shouldn't be necessary because that info should be already configured in tsconfig.json. All you need to do is to specify your entrypoint file.

Feedback is much appreciated!

Comments URL: https://news.ycombinator.com/item?id=41554014

Points: 1

# Comments: 0

Categories: Hacker News

Pages