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

Show HN: QAgent – a self-healing QA agent that fixes bugs and opens PRs

https://github.com/rishabhcli/QAgent
1•rishabh_rb•1m ago•0 comments

Google Custom Search JSON API shuts down January 1, 2027 – migration guide

https://scavio.dev/alternatives/google-custom-search
1•phanarch•2m ago•0 comments

The joy of rediscovering a 12-year-old camera

https://dmpop.xyz/article.php?id=2026-07-19_olympus-pen-lite-e-pl7
1•speckx•3m ago•0 comments

Show HN: A browser universe simulator with reproducible scientific state

https://spacesim.co/
1•romainsimon•6m ago•0 comments

Show HN: WakeWire – Push GitHub, Gmail and Slack Events into Local Codex Threads

https://github.com/glenncalleja/wakewire
1•glenncal•6m ago•0 comments

The Fake Influencers Selling Wellness on Your Feed

https://www.nytimes.com/video/technology/100000011001849/ai-influencers-health-supplements-fake-a...
1•delichon•7m ago•0 comments

State Dept. tells diplomats to play down talk of American tech 'kill switch'

https://www.reuters.com/legal/litigation/marco-rubio-tells-diplomats-play-down-talk-american-tech...
2•m-hodges•7m ago•1 comments

Photos: 50 Years Since Viking 1 Landed on Mars

https://www.theatlantic.com/photography/2026/07/photos-50-years-since-viking-1-landed-on-mars/688...
1•Anon84•9m ago•0 comments

Software Error Led to 400 Noncitizens Voting in New Jersey

https://www.nytimes.com/2026/07/21/nyregion/noncitizen-voting-new-jersey-error.html
2•tantalor•10m ago•0 comments

Substack adding AI detection feature

https://www.engadget.com/2220064/substack-is-adding-an-ai-detection-feature/
1•bookofjoe•11m ago•1 comments

The Night France Saved the British Grid

https://dispatches.kilowatts.io/p/a-midsummer-nights-near-miss
1•Xiol32•11m ago•0 comments

No one wants to be the boss: Why is Gen Z turning down promotions?

https://www.euronews.com/business/2026/07/22/no-one-wants-to-be-the-boss-why-is-gen-z-turning-dow...
1•rustoo•11m ago•1 comments

Updates to Two Previous Posts

https://nealstephenson.substack.com/p/updates-to-two-previous-posts
1•surprisetalk•12m ago•0 comments

Markdown makes learning HTML less scary

https://www.newsonaut.com/articles/markdown-makes-learning-html-less-scary
1•speckx•14m ago•0 comments

Can Chinese AI (Kimi K3) file American tax returns (TaxCalcBench)?

https://github.com/column-tax/tax-calc-bench/pull/93
3•michaelrbock•14m ago•0 comments

First-ever direct agreement between unions and Amazon in Italy

https://www.etuc.org/en/first-ever-direct-agreement-between-unions-and-amazon-italy
1•w3ll_w3ll_w3ll•16m ago•0 comments

Show HN: A Governed Context Vault for Claude Code and Cowork (AGPL CLI)

https://promptowl.ai/resources/make-claude-accountable-contextnest-plugin/
1•sparkystacey•17m ago•0 comments

CorpoClawd – Your Out-of-Office Just Got a Promotion

https://corpoclawd-cbff9f.gitlab.io/
2•j4yav•20m ago•1 comments

SPAM – a System PAckage Manager, for folks who use multiple platforms

https://codeberg.org/aol/spam
1•mixmastamyk•23m ago•0 comments

Fork-tailed drongos use deceptive mimicked alarm calls to steal food

https://www.researchgate.net/publication/47675660_Fork-tailed_drongos_use_deceptive_mimicked_alar...
2•abhas9•23m ago•0 comments

Back to Kagi

https://blog.melashri.net/micro/back-to-kagi/
31•speckx•24m ago•15 comments

Show HN: Paste a public GitHub repo, get the questions a reviewer would raise

https://pulse-repo.com/scan
1•sf_zk2•25m ago•0 comments

Saudi Arabia to be sold uranium enrichment ability by US without IAEA inspection

https://apnews.com/article/trump-saudi-arabia-nuclear-program-uranium-6bb82164c890a7dc335cbfc2c62...
3•ck2•25m ago•1 comments

Show HN: Xcover, Coverage Profiling with eBPF

https://github.com/maxgio92/xcover
1•maxgio92•26m ago•0 comments

Show HN: Housecat.com – Gmail + durable workflows + sandbox VM

https://housecat.com/
1•nzoschke•28m ago•0 comments

Show HN: PortMarshal – Guard dev servers from cross-agent stops

https://github.com/worsher/portmarshal
1•worsher•29m ago•0 comments

Show HN: Turn narrated screen recordings into data for AI agents (local, MIT)

https://github.com/korovin-aa97/talkthrough-mcp
1•korovin-aa•29m ago•0 comments

Show HN: Photu – a shell pipe CLI for batch image processing, built on libvips

https://github.com/u84u/photu
2•u84u•29m ago•3 comments

Has Trump dragged the US into a forever war in Iran?

https://www.theguardian.com/commentisfree/2026/jul/22/trump-iran-forever-war
2•hebelehubele•30m ago•1 comments

Bw24 – from scratch rust+CUDA inference, every kernel tuned for sm_120a

https://github.com/avifenesh/bw24
1•anotherCodder•31m ago•0 comments