frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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

Vibe Designing

https://jonathannen.com/vibe-designing/
1•speckx•2m ago•0 comments

Some data on the shape of the forgetting curve

https://www.natemeyvis.com/some-data-on-the-shape-of-the-forgetting-curve/
1•ingve•3m ago•0 comments

Show HN: Outworx Docs – Hosted API docs with an MCP server per project

https://docs.outworx.io
1•aemadeldin•5m ago•0 comments

Software Piracy Statistics – 2026 Outlook

https://www.revenera.com/blog/software-monetization/software-piracy-stat-watch/
1•keepamovin•6m ago•0 comments

From car and phone to tractors, populist wave to end 'captive' repair economy

https://www.cnbc.com/2026/04/25/right-to-repair-consumer-prices-affordability-economy-elections.html
2•1vuio0pswjnm7•6m ago•0 comments

The Fermi Paradox Is Nerdslop

https://monismos.substack.com/p/the-fermi-paradox-is-nerdslop
1•eatitraw•11m ago•0 comments

New study bridges the worlds of classical and quantum physics

https://news.mit.edu/2026/new-study-bridges-classical-and-quantum-physics-0421
1•leephillips•11m ago•0 comments

21-year-old Polish Woman Fixed a 20-year-old Linux Bug

https://itsfoss.com/news/kamila-enlightenment-e16-bug/
1•tempodox•12m ago•1 comments

Tuta: FOSS email service with privacy, encrypt emails, contacts and calendar

https://github.com/tutao/tutanota
1•maxloh•13m ago•0 comments

Command Line Argument Parser with C++26 reflection

https://github.com/nathan-baggs/clap
2•dalvrosa•13m ago•0 comments

The Fermi Paradox (2014)

https://waitbutwhy.com/2014/05/fermi-paradox.html
1•simonebrunozzi•13m ago•0 comments

AI Adoption in the United States and Its (Tiny) Labor Market Impact

https://macromostly.substack.com/p/an-update-on-ai-adoption-in-the-united
1•m-hodges•13m ago•1 comments

History and Los Alamos (2003)

https://sgp.fas.org/eprint/meade.html
1•simonebrunozzi•16m ago•0 comments

Someone recreated StumbleUpon but for Startup landing pages

https://buildhop.io
1•jacobcounsell•18m ago•0 comments

AI News Aggregator – The Wire

https://www.thewire.ink/
1•nmilodev•22m ago•1 comments

GloVe Galaxy Explorer

https://glove.theory-a.com
2•notShabu•25m ago•0 comments

Local-Run Graph-Based Scalable AGI

https://boggersthefish.com/
1•explaingarlic•26m ago•1 comments

Survival Is the Only Success

https://ofdollarsanddata.com/survival-is-the-only-success/
1•speckx•31m ago•0 comments

Is "Outsourcing Our Thinking to AI" a Bug or a Feature?

https://slashdot.org/submission/17346722/is-outsourcing-our-thinking-to-ai-a-bug-or-a-feature
1•theodpHN•32m ago•0 comments

DeepSeek V4 in vLLM: Efficient Long-Context Attention

https://vllm-website-pdzeaspbm-inferact-inc.vercel.app/blog/deepseek-v4
1•Palmik•32m ago•0 comments

Show HN: I got tired of boring SQL tutorials, so I built a game

https://sqlprotocol.com
1•ItaiZeilig•33m ago•2 comments

Multi-player agents don't fit in the sandbox

https://www.mendral.com/blog/multi-player-agents-sandbox
1•shad42•33m ago•0 comments

Show HN: Duckville, a persistent-world life SIM where you're a duck

https://duckville.town
1•stfurkan•33m ago•0 comments

GPT hallucinated a bug in my code, so I 'fixed' it

https://www.droppedasbaby.com/posts/2602-02/
1•offbyone42•35m ago•0 comments

UK to permanently ban future generations from buying cigarettes

https://nypost.com/2026/04/21/world-news/uk-to-permanently-ban-future-generations-from-buying-cig...
6•ivewonyoung•36m ago•4 comments

How People Smuggle the Internet Through DNS [video]

https://www.youtube.com/watch?v=Bnir1IQAPPE
2•hexomancer•37m ago•0 comments

Claude Code Tips I Wish I'd Had from Day One

https://marmelab.com/blog/2026/04/24/claude-code-tips-i-wish-id-had-from-day-one.html
2•adunk•38m ago•0 comments

20 Years Ago, I Spent $8 on This. My Life Was Never the Same

https://ryanholiday.net/20-years-ago-i-spent-8-on-this-my-life-was-never-the-same/
1•speckx•40m ago•0 comments

TSMC Says ASML's Latest Chipmaking Gear Is Too Pricey to Use

https://www.bloomberg.com/news/articles/2026-04-22/tsmc-says-asml-s-latest-chipmaking-gear-is-too...
2•spenrose•42m ago•0 comments

New 21-character nuclear command message observed during April exercise window

https://neetintel.substack.com/p/its-just-an-exercise-bro
2•Quasimarion•43m ago•0 comments