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

How Your Internet Traffic Gets There: IXPs and Peering

https://community.ipinfo.io/t/how-your-internet-traffic-actually-gets-there-ixps-peering-and-why-...
1•shubhamjain•1m ago•0 comments

A Programming Mentality

https://www.natemeyvis.com/a-programming-mentality/
1•meetpateltech•3m ago•0 comments

Vibes vs. Evidence: What delivers AI code review quality

https://dsifry.github.io/harnesseval/
1•pjf•4m ago•0 comments

What Makes Jev Different from Other LLMs? A Simple Explanation

https://medium.com/@dolevietthang/what-makes-jev-different-from-chatgpt-and-claude-a-simple-expla...
1•vietthangif•4m ago•0 comments

Silicon Valley Saw the iPhone Coming 13 Yrs Before Apple [video]

https://www.youtube.com/watch?v=34dAyDUglrI
1•Teever•5m ago•0 comments

Something bugs me about AGI AI LLM, what if we back paddled 1000 year

https://shatteringtheabyss.substack.com/p/llm-agi-god-congratulations-humanity
1•vseedstriker•6m ago•1 comments

Context compaction, measured: FutureOS vs. Codex vs. OpenCode

https://future-os-blog.github.io/posts/context-compaction-measured.html
1•thetechlead•12m ago•0 comments

Major air traffic controller outage triggers flight chaos [video]

https://www.youtube.com/watch?v=gHUZ9W025lA
2•shinryudbz•14m ago•0 comments

Meta's Muse Is Better at Surveilling Than Helping Me

https://www.wired.com/story/metas-muse-is-better-at-surveilling-than-helping-me/
2•the-mitr•17m ago•0 comments

Android Bench 2.0 – Long Horizon Android Development Benchmark

https://developer.android.com/bench
1•bentrengrove•19m ago•0 comments

FloatLib: Verified Floating-Point Arithmetic in Lean

https://leandojo.org/floatlib.html
1•matt_d•24m ago•0 comments

Driscoll's Gave China Its Blueberries–Then China Swiped the Secret to Growing Th

https://www.wsj.com/business/driscolls-berry-farms-china-competition-b0b49f04
2•harry_nutsachs•27m ago•0 comments

Open-Sourcing Rebalancer: High-Performance Assignment Problem Solver

https://engineering.fb.com/2026/09/21/open-source/rebalancer-generic-high-performance-library-ass...
1•iamsyr•28m ago•0 comments

Lifestreams: A storage model for personal data (1996)

https://dl.acm.org/doi/10.1145/381854.381893
1•dgudkov•30m ago•0 comments

A zero-day has been released for Meta's Muse

https://github.com/pwardle/not-a-mused
2•momentmaker•30m ago•0 comments

I built an autonomous accounting tool to let AI do my taxes

https://github.com/CodeGameDev29/KFAutonomousAccounting
4•7eleven2007•30m ago•1 comments

Google fined more than €400M by Irish regulator over its use of location data

https://www.theguardian.com/technology/2026/sep/21/google-is-fined-more-than-400m-by-irish-regula...
1•MC995•31m ago•0 comments

Ask HN: Ceremonious Architecture in Times of AI

2•ruxian•31m ago•1 comments

We're Using AI Wrong. The Chat Window Sucks

https://www.stclair.ai/blog/the-chat-window.html
1•kenxle•32m ago•0 comments

Artificial Intelligence and Labor Market Reallocation [pdf]

https://conference.nber.org/conf_papers/f247923.pdf
2•paulpauper•32m ago•0 comments

A U.S. Strategy to Secure Geopolitical Advantage on an Path to Superintelligence

https://www.rand.org/pubs/perspectives/PEA5105-1.html?project=&utm_campaign=thread&utm_content=17...
3•paulpauper•33m ago•0 comments

US threatens to ground Iranian airlines worldwide from Wednesday

https://www.aljazeera.com/economy/2026/9/21/us-threatens-to-ground-iranian-airlines-worldwide-fro...
3•teleforce•33m ago•0 comments

I shipped 2,500 PRs last month to production

https://twitter.com/poteto/status/2102050467505430555
1•doppp•33m ago•0 comments

Monthly Roundup #46: September 2026

https://thezvi.substack.com/p/monthly-roundup-46-september-2026
2•paulpauper•35m ago•0 comments

Sa: A Wrapper Around GNU Screen

https://joshstoolbox.com/blog/introducing_sa/
1•thatslast•37m ago•0 comments

OpenAI flags 6 new incidents of 'concerning' behavior, unveils plan to track it

https://www.nbcnews.com/tech/tech-news/openai-new-incidents-concerning-behavior-model-misalignmen...
5•gmays•38m ago•0 comments

The Way of Code by Rick Rubin

https://www.thewayofcode.com/
1•momentmaker•44m ago•0 comments

Agents on Rails: Maximum Effort and DeepSeek 4.1 Flash

https://rubyonrails.org/2026/9/21/agents-on-rails-maximum-effort-and-deepseek-4-1-flash
2•doppp•46m ago•0 comments

Escaping the OpenAI Codex sandbox, twice

https://accomplish.ai/blog/escaping-the-openai-codex-sandbox-twice/
2•CoderLim110•46m ago•0 comments

Outages across API, Grok.com, and Grok Build – API (us-east-1.api.x.ai) Status

https://status.x.ai/api-us-east-1/INC578e0bc8
2•corvad•48m ago•0 comments