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

Mind the Gaps: Mixture-of-Minds for Human Simulation

https://arxiv.org/abs/2608.06115
1•jtewright•19s ago•0 comments

Toggles Considered Harmful

https://ignorethecode.net/blog/2026/08/09/toggles_considered_harmful/
1•opwizardx•46s ago•0 comments

New rail link reconnects Finland and Sweden

https://yle.fi/a/74-20240125
1•robtherobber•1m ago•0 comments

Kinney Drugs pulls back AI phone assistant after hundreds of customer complaints

https://www.wcax.com/2026/08/07/kinney-drugs-pulls-back-ai-phone-assistant-after-hundreds-custome...
2•kotaKat•2m ago•1 comments

DNA and Bessel Functions

https://www.johndcook.com/blog/2026/08/09/dna-and-bessel-functions/
1•ibobev•3m ago•0 comments

Ask HN: Is there a marketable "skill" to using AI?

1•purplemoonx•3m ago•0 comments

Profile-Guided Optimization in Go

https://lemire.me/blog/2026/08/09/profile-guided-optimization-in-go/
1•ibobev•3m ago•0 comments

My WGSL Toolchain

https://hugodaniel.com/posts/wgslender-my-wgsl-toolchain/
1•ibobev•4m ago•0 comments

The Clanker Constitution

https://wesmckinney.com/blog/clanker-constitution/
1•jamesblonde•5m ago•0 comments

The FCC is quietly banning entire categories of Chinese technology

https://www.reuters.com/legal/government/us-communications-agency-is-unlikely-spearhead-trumps-ch...
1•BlueBerry2001•6m ago•0 comments

Space mirrors could ruin astronomy — and your eyes

https://www.theverge.com/science/976977/space-mirror-reflect-orbital-fcc-solar-eye-damage
1•Brajeshwar•6m ago•0 comments

The Truth About Multi-Agent Workflows

https://swapniltalekar.substack.com/p/the-truth-about-multi-agent-workflows
1•swapnilt•8m ago•0 comments

Hosting my blog from my apartment

https://www.zkanda.io/hosting-my-blog-from-my-apartment/
1•zkanda•9m ago•0 comments

Mark Zuckerberg Lays Out New AI Vision in 6,500-Word Essay

https://www.wsj.com/tech/ai/mark-zuckerberg-lays-out-new-ai-vision-in-6-500-word-essay-966e9a56
2•bookofjoe•9m ago•3 comments

PochiOto Step Sequencer

https://amix-design.com/tl/tool-s-pochioto/
1•rglover•9m ago•0 comments

The Suspected Gangster Causing Headaches for Kushner's Albania Deal

https://www.wsj.com/world/europe/jared-kushner-albania-shehu-drug-investigation-95391263
1•Michelangelo11•10m ago•0 comments

UK argued that excess death figures could lead to distress of bereaved relatives

https://www.telegraph.co.uk/politics/2025/11/15/government-withholding-data-covid-jab-link-excess...
1•CGMthrowaway•10m ago•0 comments

Gemini for Go Developers – Part 1: The Gemini Model Family

https://danicat.dev/posts/20260808-gemini-for-go-developers-part-1-model-family/
1•eigenBasis•10m ago•0 comments

What software and IT job postings tell us about tech stack trends

https://corvi.careers/reports/technology-stack-trends/
1•sp1982•10m ago•0 comments

Someone hacked the X algorithm with fable and shows how it works

https://thomasunise.com/x-algorithm
1•whatdowecallthi•10m ago•0 comments

The End of an Athlon

https://www.os2museum.com/wp/the-end-of-an-athlon/
1•supermatou•12m ago•0 comments

Turn tracked project hours into paid invoices

https://themysapp.com/en
1•FilipR•13m ago•0 comments

How to Read Kafka

https://southwestreview.com/how-to-read-kafka/
1•theanonymousone•14m ago•0 comments

Show HN: TickClip – An AI shopping agent that can recommend not buying

https://www.tickclip.ai/
1•tickclip•16m ago•1 comments

Guitar Lessons with Roku and Claude

https://nealshyam.com/writing/roku-kids-guitar-singalong/
1•nealrs•17m ago•0 comments

Felix and I

https://jacobfilipp.com/felix/
2•surprisetalk•18m ago•0 comments

John Crowley Has Died

https://crookedtimber.org/2026/08/09/john-crowley-has-died/
3•speckx•19m ago•0 comments

Coffee and Heroin

https://aricolaprete.substack.com/p/coffee-and-heroin
1•DiscourseFan•19m ago•0 comments

I wired 4 models together in Claude Code. It backfired 4 ways on Terminal-Bench

https://quesma.com/blog/tbench-orchestrator-refuses/
1•bkotrys•20m ago•0 comments

The Medium Is the Mind: What AI Is Doing to Education

https://medium.com/@henry.fisher.n/the-medium-is-the-mind-what-ai-is-doing-to-education-614bc2fbb493
1•behindai•20m ago•0 comments