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 ??

UK could force phone companies to add 'anti-theft protections'

https://www.bbc.com/news/articles/ckqxvy98x578o
1•electrum•1m ago•0 comments

Using jev to improve product experiences is pretty crazy

https://www.elvex.com/blog/early-experimentation-using-jev-to-rethink-harness-ux
3•sak84•5m ago•2 comments

What I learned from using FreeBSD as a main OS for a summer

https://divanv.com/post/adventures-in-bsd/
1•divanvisagie•5m ago•0 comments

A Lack of Honesty Is the Ultimate Killer

https://phillipspobrien.substack.com/p/a-lack-of-honesty-is-the-ultimate
1•JumpCrisscross•7m ago•0 comments

Ask HN: What do you think of Noul, a new decision primitive

1•hbarka•8m ago•0 comments

Wealth Taxes Can Make Capital Markets More Efficient

https://www.promarket.org/2026/09/14/wealth-taxes-can-make-capital-markets-more-efficient/
4•paimapi•8m ago•0 comments

German Hospitals Prepare for War, Drones and Mass Casualties

https://www.bloomberg.com/news/features/2026-09-16/germany-s-hospitals-prepare-for-war-and-mass-c...
1•vrganj•9m ago•1 comments

Meta Muse Hits #1 in Apple App Store

https://www.businessinsider.com/meta-muse-personal-ai-agent-top-app-store-charts-2026-9
2•pizzathyme•10m ago•0 comments

You need more than just vanilla RAG

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
2•Savanjj•10m ago•0 comments

Claude Code now reads AGENTS.md if there is no Claude.md

https://code.claude.com/docs/en/changelog
4•datadrivenangel•11m ago•2 comments

Your 401(k) Is Propping Up the AI Bubble

https://www.promarket.org/2026/05/05/your-401k-is-propping-up-the-ai-bubble/
2•paimapi•11m ago•0 comments

PHP, on a Whim #2: Stop Calling Everything an Array

https://carthage.software/en/blog/article/PHP-on-a-Whim-2-Stop-Calling-Everything-an-Array
1•spacebuffer•11m ago•0 comments

Fat Bear Week 2026

https://explore.org/fat-bear-week
1•slater•14m ago•0 comments

Automattic names interim CFO after exec departures

https://techcrunch.com/2026/09/18/automattic-names-interim-cfo-after-exec-departures/
1•cdrnsf•15m ago•0 comments

What is a System One model and why we need it?

https://stackness.dev/blog/what-is-a-system-one-model-and-where-does-it-go-in-your-stack
1•gosen•16m ago•0 comments

Show HN: ReacherX – Open-source platform to find and reach the right people

https://github.com/VecterAI/reacher-x
1•noobships•16m ago•0 comments

Sam Altman to brief UN Security Council next week

https://www.reuters.com/business/openais-sam-altman-to-brief-un-security-council-next-week-during...
1•vertigoruntime•16m ago•1 comments

Silex: Laser Enrichment Between Promise and Proliferation Risk

https://nuclearnetwork.csis.org/silex-laser-enrichment-between-promise-and-proliferation-risk/
2•looofooo0•20m ago•0 comments

Quantum computers will not be that different

https://arxiv.org/abs/2609.19639
1•bober132•21m ago•0 comments

Single player games require age verification if they use Steam under EU KIDS Act

https://www.rockpapershotgun.com/single-player-games-might-require-age-verification-if-they-use-s...
2•righthand•22m ago•1 comments

A solo founder runs a five-continent tender platform on AlloyDB and MCP

https://cloud.google.com/blog/products/databases/solo-founder-runs-a-global-tender-platform-on-al...
1•Davorjerkovic•22m ago•0 comments

Trump Announces Ban of CNN, Politico and MS Now from White House

https://time.com/article/2026/09/18/trump-bans-3-news-organizations-from-white-house/
9•throw0101c•24m ago•2 comments

Using Cyber Decoys to Strengthen Detection and Response

https://www.cisa.gov/resources-tools/resources/using-cyber-decoys-strengthen-detection-and-response
2•mr_hedrick•25m ago•1 comments

Show HN: 3D World Explorer and Location Guesser Game

https://explorer.tadget.net/
1•ramzis•25m ago•0 comments

Saying Goodbye to Firebug (2017)

https://hacks.mozilla.org/2017/10/saying-goodbye-to-firebug/
1•mohamedmohey•28m ago•1 comments

Jev's Architecture Unmasked

https://archerhume.com/posts/jevs-architecture-unmasked/
2•adamveld12•29m ago•0 comments

Senior Engineers Are the Next DRAM Shortage

https://blog.herlein.com/post/build-another-engineer/
15•gherlein•31m ago•9 comments

SR-71's "R2-D2" Could Be Key to Winning Future Fights in GPS Denied Environments

https://www.twz.com/17207/sr-71s-r2-d2-could-be-the-key-to-winning-future-fights-in-gps-denied-en...
3•monomania•34m ago•1 comments

Terence Tao: SAIR's Open Math Model Initiative [video]

https://www.youtube.com/watch?v=PZRb6NIki2w
1•looofooo0•36m ago•0 comments

California governor signs order to explore AI kill switch

https://techxplore.com/news/2026-09-california-governor-explore-ai.html
2•mdp2021•37m ago•1 comments