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

Self-driving taxis cleared for London streets 'later this summer'

https://www.theguardian.com/technology/2026/aug/05/self-driving-taxis-approved-london-summer-2026...
2•roryirvine•4m ago•0 comments

Jeff Dean: The 1% Rule for Building in AI

https://www.ycombinator.com/library/Vy-jeff-dean-the-1-rule-for-building-in-ai
1•immighelper•4m ago•0 comments

AI

https://logicandlore-236.pages.dev/
1•naccis•5m ago•0 comments

You can't have 24hour sunlight AND low altitude, low-latency orbits

https://mastodon.social/@sundogplanets/117043472890805956
2•SiempreViernes•5m ago•0 comments

Nobody Asked for AI

https://jacobin.com/2026/08/ai-llms-monopoly-bubble-capital
1•thunderbong•6m ago•0 comments

A Security Pro Hacked North Korean Hackers. He Found They'd Breached Hundreds

https://www.wired.com/story/a-security-pro-hacked-north-korean-hackers-he-found-theyd-breached-hu...
1•sbulaev•8m ago•0 comments

Nobody Wants to Burn Out Anymore

https://tim.kicker.dev/2026/02/21/nobody-wants-to-work-anymore/
1•Renewal8936•9m ago•0 comments

Google Captcha on Search, absurdities beyond belief

2•b112•10m ago•0 comments

FTI Studio, the native Windows desktop editor for the .fti image format

https://ftistudio.github.io/
1•fpsgp•12m ago•0 comments

Show HN: S3mini v1 – Tiny and fast S3 client, no-deps, for Node, Bun, Cloudflare

https://codeberg.org/thinking_tools/s3mini
1•Peter_J•12m ago•0 comments

Marmots facing money troubles turn to OnlyFans

https://www.bbc.com/news/articles/c5ywqp5z5yzo
1•1659447091•13m ago•0 comments

Majorities of Americans say wealth inequality is a problem

https://yougov.com/en-us/articles/53821-majorities-americans-say-wealth-inequality-is-problem-wan...
1•praptak•13m ago•0 comments

China's first sodium-ion electric dump truck enters service

https://www.electrive.com/2026/08/05/chinas-first-sodium-ion-dump-truck-enters-service/
1•abawany•16m ago•0 comments

Cuprate – an alternative and independent Monero node software written in Rust

https://github.com/Cuprate/cuprate
1•Cider9986•18m ago•0 comments

Navy Establishes Reporting Portfolio Manager for Robotic and Autonomous Systems

https://www.navy.mil/Press-Office/Press-Releases/display-pressreleases/Article/4565150/department...
1•Jimmc414•19m ago•0 comments

Ask HN: Anyone's Claude Code session finishing quickly from yesterday?

1•fuadnafiz98•22m ago•3 comments

Advanced Python Scheduler – Task Scheduling Library for Python

https://github.com/agronholm/apscheduler
1•ankitg12•24m ago•0 comments

Nix Overrides That Expire Themselves

https://jezenthomas.com/2026/07/nix-overrides-that-expire-themselves/
2•birdculture•24m ago•0 comments

Kim – Keep in Mind

https://pratikwayal01.github.io/kim/
1•ankitg12•26m ago•0 comments

Welcome to the busiest month in the domain business

https://domainnamewire.com/2026/08/04/welcome-to-the-busiest-month-in-the-domain-business/
1•taubek•30m ago•0 comments

Proven: Six Checks Against AI Slop

https://blog.bensoussan.de
1•davidbensoussan•32m ago•1 comments

What I love about Django

https://buttondown.com/blog/what-i-love-about-django
5•j4mie•41m ago•0 comments

The German Mittelstand

https://kieranvelasquez.substack.com/p/on-the-german-mittelstand
3•Michelangelo11•42m ago•0 comments

Show HN: HackerBa – Hacker News with a Baidu Tieba UI

https://github.com/sha2kyou/HackerBa
2•sha2kyou•48m ago•0 comments

Ask HN: How do you handle iOS app submissions?

1•tedmundy•49m ago•2 comments

Suggestions on how to develop a tech recruitment platform using Claude?

1•zerodollar•50m ago•3 comments

Context Engineering in an LLM Harness

https://udnes.dev/posts/context-engineering-harness-part-1-ontology/
2•udnes•50m ago•0 comments

Mark Zuckerberg Blasts Centralization of A.I. Power

https://www.nytimes.com/2026/07/28/technology/mark-zuckerberg-meta-ai.html
1•danielcallahan•53m ago•0 comments

Show HN: Clark code – open-source IDE for OSS coding and free tier

https://github.com/clark-labs-inc/clark-code
1•stan_kirdey•53m ago•1 comments

The Code Review Paradox

https://dromeas.ai/blog/pr-vs-trunk-what-code-review-actually-looks-like
1•manos-saratsis•53m ago•1 comments