frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•1y ago
Hello!

Being a student interested in PL design, I have had this idea floating around for a while: the gist is finding out what programming languages LLMs might be the most proficient in, to study their design choices and syntactic features with the goal of designing the perfect language for LLMs. This is, of course, gimmicky, but I entertained the idea for a while as a fun afterschool project.

The challenge is: what would be the best way to evaluate programming performance _in specific languages_? There are two main hypotheses here:

1. There are intrinsic syntactic/structural features that the transformer architecture is uniquely able to parse/reproduce/understand best, leading to higher quality code generated. For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better" 2. There is so much Python/JS out there that the question isn't even worth asking, and the performance in those will beat whatever other language you throw at it. This is probably not as much of a point thanks to newer transformer architectures but the question is still up.

I suspect the answer can be made somewhat interesting by considering performance relative to language popularity, but the ground question is: is there a general dataset containing different programming challenges, of varying difficulty, in multiple languages, with standard solutions? I couldn't find anything when I looked around, but I might have missed something obvious. It wouldn't be impossible to build a simple website to crowdsource, but I'm thinking that if I missed something obvious I'd rather find out early than late. Also, if you have any input on the project itself, I'd love to hear your ideas!

Comments

Someone•1y ago
> For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better"

I would expect the reverse: lisp has no syntactic sugar, making it harder for a LLM to glue code fragments together in a way that produces valid lisp code. Even guaranteeing that parentheses are correctly nested already can be a challenge.

As to a set of programs: they aren’t exactly what you’re looking for, but I would consider https://projecteuler.net (does not contain solutions, but searching for project Euler solutions” finds some) or https://benchmarksgame-team.pages.debian.net/benchmarksgame.

sargstuff•1y ago
Very open ended questions. Geeks for Geeks loosely organized around computer science topics of study : https://www.geeksforgeeks.org/

nit-pick details:

Ignoring hardware differences, "performance" comparisons can be based on differences between algorithm(s) used vs. how algorithm is implimented. For a given language, "algorithm implimentation performance" can be defined as the trade-offs on how a a given algorithm is implimented in a language (compared to other programming languages, but also easy use/flexibility based on 'language generation level -> https://www.geeksforgeeks.org/generation-programming-languag... )

----------------------

1) General computation language specialty 'modules' not withstanding; "languages" are built/optimised around core algorithmic concepts / anticipated area/concentration of targeted professional environment. aka opencl (gpu), R (statistics), Lisp (engineering design), C (OS level), sql (data selection), jasper reports, cobol (business), etc. Languages tend to be 'popular' because of the ecosystem provided around/for a given language.

snarky side note -> can always write a more standard language that compiles to an esolang & provide appropriate emacs/vim/sed/spacemacs ide support.: https://esolangs.org/wiki/Main_Page

  LLM's are very useful at curating information and recognizing/summarizing "statisical" relevance. aka apl is great for engineering mind set, not so good for business use cases aka cobal.  LLM might recognize a language for a given user that combines commonly used 'apl' aspecs of user and commonly used 'cobal' aspecs of user and recommend a language(s) with suitable commonalities for given user. 


2) Search engine topic 'coding challenges' 'algorithmic coding challenges' brings up many types of answers/sites for honing one's coding skills (various languages, beginner to expert, etc). Coding 'algorithms' vs. coming up with algorithm(s) to code is sort of a side aspect. Also differences in 'competition' challenges vs. 'technical challenges' (aka 512 c64 vs. 1 raspberry pi) ; vs. "computer science coding challenges" vs. 'computational genomic challenges'

     ?? how easy / hard based on 'profession' aka artist vs. software designer 20 years experience programming in scheme; environment -- NASA vs. google vs. insurance company.

   ?? from scratch : https://synoptek.com/insights/it-blogs/10-challenges-every-software-product-developer-faces/

   ?? based on industry standards ?? ; just trying to keep skills honed ??

The Unique Universe (2009)

https://physicsworld.com/a/the-unique-universe/
1•mellosouls•1m ago•0 comments

GTA 2 ported to JavaScript, with WebRTC P2P multiplayer

https://gta2js.vercel.app/
1•possiblelion•4m ago•1 comments

Babel, a construction that builds and unbuilds itself forever

https://sand-morph.up.railway.app/babel
1•echohive42•4m ago•0 comments

Ask HN: New employeer not providing equipment

4•gl9•11m ago•0 comments

Protocol Prying: Vulnerability Research in AirDrop and Quick Share

https://arxiv.org/abs/2606.26967
1•logickkk1•15m ago•0 comments

Providence AI

https://providenceai.app
1•j_anderssen•15m ago•0 comments

Rare things become common at scale (2014)

https://longform.asmartbear.com/scale-rare/
2•Tomte•15m ago•0 comments

Show HN: Grade your code's post-quantum crypto exposure A–F, free, in-browser

https://throndar.ai/cbom
1•algo26•16m ago•0 comments

Bitpoint: Turn a directory of Python files into HTTP endpoints

https://github.com/tanrax/bitpoint
1•andros•17m ago•0 comments

Build some capacity to be alone

https://felipevanbeetz.substack.com/p/build-some-capacity-to-be-alone
1•felipevb•20m ago•0 comments

Trees are mostly made of air and a generalizable lesson for AI safety

https://www.lesswrong.com/posts/xiTBpBDwubnr4MLRe/trees-are-mostly-made-of-air-and-a-generalizabl...
1•paulpauper•21m ago•0 comments

A Twist in This Year's Strangest Literary AI Scandal

https://www.theatlantic.com/technology/2026/07/commonwealth-prize-ai-writing-jamir-nazir/687806/
1•paulpauper•22m ago•0 comments

What I Learned from ROTC

https://www.theatlantic.com/ideas/2026/07/army-military-service-training-lessons/687589/
1•paulpauper•22m ago•0 comments

The Medici effect: multidisciplinary insights for entrepreneurship research

https://www.emerald.com/neje/article/27/1/2/1231319
1•bookofjoe•25m ago•0 comments

Show HN: TeXposit – LaTeX and Markdown Editor

https://texposit.com/
1•danielszabo•25m ago•0 comments

Speck v1.0 – AI spec-driven agents, inspired by compilers and build tools

https://crates.io/crates/speck-dev
1•gidellav•26m ago•0 comments

Speck – AI spec-driven agents, inspired by compilers and build tools

https://github.com/gi-dellav/speck/tree/main
1•gidellav•26m ago•0 comments

Thundersnap 0.01: an undo button for everything

https://apenwarr.ca/log/20260704
2•yorwba•28m ago•0 comments

Ford rehires human engineers after AI fails to match quality checks

https://www.bbc.com/news/articles/cgrkd41n2v9o
1•jack1689•29m ago•0 comments

Testing Bitbake on Yocto 6.0.1 (Wrynose) LTS

https://inavoyage.blogspot.com/2026/07/testing-bitbake-on-yocto-601-wrynose-lts.html
1•initramfs•35m ago•0 comments

Possible evidence of literal prompt injection by Anthropic

https://old.reddit.com/r/LocalLLaMA/comments/1unif51/possible_evidence_of_literal_prompt_injectio...
1•theanonymousone•36m ago•0 comments

Skatt: How Tax Becomes Treasure in Sweden

https://quantshah.substack.com/p/skatt-how-tax-becomes-treasure-in
4•hibijibies•36m ago•0 comments

Getting started with zerostack, a Unix-like lightweight coding agent

https://github.com/gi-dellav/zerostack/blob/main/docs/GET_STARTED.md
2•gidellav•37m ago•0 comments

Better Models: Worse Tools

https://lucumr.pocoo.org/2026/7/4/better-models-worse-tools/
4•leemoore•37m ago•0 comments

A benchmark revealing an average memory-retrieval accuracy of 9%

https://zendoric.com/en/dia/2026-06-30/11
4•jflynt76•38m ago•0 comments

How AI is changing language

https://www.theguardian.com/books/ng-interactive/2026/jul/04/future-of-fiction-next-great-novel-a...
1•mellosouls•39m ago•0 comments

I built a environment reloader for Windows Shells

1•byjonas•40m ago•0 comments

Spotify Skip Tracker – Open-source Spotify analytics with skip tracking

https://github.com/Ulbjo/Spotify-Skip-tracker
1•Ulbjo•42m ago•0 comments

Conquest Impulse and Aesthetic Impulse

https://www.bitsofwonder.co/p/the-ordinary-and-the-special
1•jger15•42m ago•0 comments

Why Linux is not ready for the desktop (2024)

https://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.final.html
2•theanonymousone•43m ago•0 comments