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: Maverik – Benchmark, compare and cost-predict your MCP agents

https://github.com/langens-jonathan/maverik
2•flowofcontrol•4m ago•0 comments

From 2027, Every Gadget in Russia Will Have a Mandatory Set of Applications

https://www1.ru/en/news/2026/08/01/426001-marusiu-vygnali-alisu-zaselili-s-2027-goda-v-kazdom-gad...
2•Sibexico•7m ago•0 comments

US measles: Cases now surpass last year's total as vaccination rates decline

https://www.bmj.com/content/394/bmj-2026-100437
2•geox•11m ago•0 comments

SANA-Video 2.0

https://nvlabs.github.io/Sana/Video2/
1•gmays•12m ago•0 comments

Burstiness is all you need for LLM serving

https://systems.seas.harvard.edu/blog/burstiness-is-all-you-need/
1•1a1a11a•13m ago•0 comments

Tom's Hardware's 30th Anniversary

https://www.tomshardware.com/pc-components/toms-hardwares-30th-anniversary-from-dip-switches-and-...
1•cebert•20m ago•0 comments

Websites Were Built Before Flexbox and Grid

https://www.jstools.space/blog/css-before-flexbox/
1•javatuts•27m ago•1 comments

Show HN: Passepartout – Create beautiful photo collages

https://joexo.codeberg.page/passepartout/
1•joexo•32m ago•0 comments

A11y.md – A context system for building accessible software

https://github.com/fecarrico/A11Y.md
1•javatuts•34m ago•0 comments

Has the New Cocaine Arrived?

https://playboy.substack.com/p/has-the-new-cocaine-finally-arrived
20•bookofjoe•35m ago•14 comments

The Wikimedians of the Year 2026

https://diff.wikimedia.org/2026/07/22/meet-the-wikimedians-of-the-year-2026/
1•altilunium•37m ago•0 comments

It's no longer enough to just contribute to open source

https://write.as/6fkj8gxtfcw3d
2•garn810•37m ago•2 comments

Show HN: iOS Style Bottom Sheet in Vanilla JavaScript

https://www.cssscript.com/ios-bottom-sheet/
1•mushstory•37m ago•0 comments

The $5k tell: AI vendors are selling you human QA for their own AI

https://okaneland.com/study/the-5000-dollar-tell/
1•ermantrout•40m ago•0 comments

Ask HN: When will the AI version of 911 happen?

3•dfps•43m ago•2 comments

There Are Only Four Billion Floats–So Test Them All (2014)

https://randomascii.wordpress.com/2014/01/27/theres-only-four-billion-floatsso-test-them-all/
2•downbad_•45m ago•0 comments

Show HN: Cordial — Roblox on Linux, Fully Open source, Yours

https://github.com/luohoa97/cordial
2•neil_luo•47m ago•1 comments

Buğuyu Silmeden Manzarayı Göremezsin

https://ruhumdan.substack.com/p/buguyu-silmeden-manzaray-goremezsin
2•Banuche•48m ago•0 comments

China's free Kimi K3 AI model shakes up global tech market

https://restofworld.org/2026/china-moonshot-kimi-k3-free-sovereign-ai/
3•donohoe•49m ago•0 comments

Agreement Is Not Understanding

https://ianberdin.com/essays/agreement-is-not-understanding
2•ianberdin•51m ago•0 comments

See in yourself. Then, evolve at sleek.silisleek.com

2•silisleek•54m ago•0 comments

Show HN: How I learn and review jargon of different fields nowadays

https://jargon-gym.vercel.app
1•behnamazimi•57m ago•0 comments

Giving and taking credit in big tech companies

https://www.seangoedecke.com/giving-and-taking-credit/
1•lalitmaganti•57m ago•0 comments

Designing APIs for Agents

https://webflow.com/blog/designing-apis-for-agents
1•msolujic•57m ago•0 comments

Show HN: Loop-me – my simple generative art loop project

https://john-paul-ruf.github.io/loop-me/
3•john_paul_ruf•1h ago•0 comments

Twenty Years of RISC OS Open

https://www.riscosopen.org/news/articles/2026/06/20/twenty-years-of-risc-os-open
34•AlexeyBrin•1h ago•1 comments

F*: A general-purpose proof-oriented programming language

https://fstar-lang.org/
2•ducktective•1h ago•0 comments

An exam leak in India exposed a Gen Z jobs crisis that goes much deeper

https://www.cnbc.com/2026/08/02/india-exam-leak-protests-jobs-crisis-gen-z-unemployment-modi.html
4•cramer4next•1h ago•0 comments

The future is for everyone [video]

https://www.youtube.com/watch?v=JlRgRmAqoAc
1•firstSpeaker•1h ago•0 comments

When Verification Explores Too Far: LLM Test Coverage vs. Validity

https://zenodo.org/records/21758550
1•haitamk•1h ago•0 comments