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•12mo 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•12mo 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•12mo 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 Rise of the Outcome Engineer

https://www.outcomeops.ai/blogs/the-rise-of-the-outcome-engineer
1•geetee•1m ago•0 comments

B2B (bot-to-bot) commerce FAQ

https://dialtoneapp.com/faq
1•fcpguru•2m ago•0 comments

Why Birds Were the Only Dinosaurs to Survive Mass Extinction

https://www.scientificamerican.com/article/an-asteroid-extinguished-all-the-dinosaurs-except-for-...
1•bryanrasmussen•4m ago•0 comments

The next segment of California's solar canal initiative

https://bsky.app/profile/dustinmulvaney.bsky.social/post/3mjtcite7qk2s
1•mooreds•4m ago•0 comments

From Worm to Human: Scaling Brain Emulation

https://pdf.isaak.net/scaling-emulations
1•andreygrehov•5m ago•0 comments

Financial aid letters aren't designed to be compared. That's the problem

https://www.dakhila.ai/blog/financial-aid-letters-arent-designed-to-be-compared
1•mayankbansal10•7m ago•0 comments

The Uncanny Valley and the Rising Power of Anti-AI Sentiment

https://localscribe.co/posts/uncanny-valley-and-rising-power-of-anti-ai-sentiment/
2•jcbritton•9m ago•0 comments

Why one of the largest digital banks chose Clojure [video]

https://www.youtube.com/watch?v=pleo1VA9D70
3•amb135cm•15m ago•0 comments

Show HN: I Spy AI – Detect AI-Generated Images, with an MCP Server

https://www.ispyai.io/
1•shawhunterm•15m ago•0 comments

Moon-joy: they should have sent a poet (so they did)

https://nothingbutawordbag.substack.com/p/moon-joy-they-should-have-sent-a
1•bryanrasmussen•16m ago•0 comments

Canada's PM calls economic ties with US a weakness that must be corrected

https://abcnews.com/Business/wireStory/canadas-prime-minister-economic-ties-us-weakness-corrected...
3•jmward01•16m ago•1 comments

OpenEMIS-MCP – human English (or Arabic) queries over a school system

1•drkhindol•19m ago•0 comments

Show HN: A lightweight way to make agents talk without paying for API usage

https://juanpabloaj.com/2026/04/16/a-lightweight-way-to-make-agents-talk-without-paying-for-api-u...
1•juanpabloaj•22m ago•0 comments

Go news Android app revamped with the help of Claude Code

https://play.google.com/store/apps/details?id=com.minaandrawos.golangnews&hl=en_US
2•minaandrawos•25m ago•1 comments

Corner-Case RCU Implementations

https://people.kernel.org/paulmck/stupid-rcu-tricks-corner-case-rcu-implementations
1•luu•30m ago•0 comments

Bank Python

https://calpaterson.com/bank-python.html
2•Redoubts•34m ago•0 comments

Show HN: TRELLIS.2 image-to-3D running on Mac Silicon – no Nvidia GPU needed

https://github.com/shivampkumar/trellis-mac
6•shivampkumar•36m ago•0 comments

How We Got the Favicon

https://thehistoryoftheweb.com/how-we-got-the-favicon/
4•valzevul•38m ago•1 comments

Tariff-refund portal is about to be America's hottest website on Monday

https://www.npr.org/2026/04/19/nx-s1-5786635/tariff-refunds-customs-ace-portal
6•rawgabbit•41m ago•0 comments

Sudo for Windows

https://github.com/microsoft/sudo
2•luispa•44m ago•1 comments

Alan Kay – Programming and Scaling (2011) [video]

https://www.youtube.com/watch?v=YyIQKBzIuBY
2•alhazrod•47m ago•0 comments

The Rich Do Pay Lower Taxes Than You (2019)

https://www.nytimes.com/interactive/2019/10/06/opinion/income-tax-rate-wealthy.html
3•johnbarron•55m ago•2 comments

My Life Story in a Nutshell

https://jsavage.xyz/2026/04/11/im-back-heres-my-life-story-in-a-nutshell/
2•JSavageOne•56m ago•0 comments

Is Money Worth Moving For?

https://whattoaskfor.com/
2•ForgetToRead•1h ago•0 comments

Looking back on Stripe's payment API migration

https://jacobbrazeal.wordpress.com/2026/04/19/review-stripes-payments-apis/
4•tibbar•1h ago•1 comments

Iowa went all-in on school choice

https://www.npr.org/2026/04/19/nx-s1-5683199/education-school-choice-iowa-students-charter-school...
2•freeopinion•1h ago•0 comments

Nostr-powered E2EE Collaboration platform powered by Marmot Protocol

https://www.lemonwire.work/
2•jdbohrman•1h ago•0 comments

How to get Hired at a Startup (as a student)

https://twitter.com/robechun/status/2045974706470404589
2•altrum•1h ago•0 comments

Show HN: Clone, a small Rust VMM, forks VMs in under 20ms via CoW

https://github.com/unixshells/clone
3•rasengan•1h ago•0 comments

Fractal Compression

http://janosmeny.com/blog/fractal-compression/index.html
3•janos95•1h ago•2 comments