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

PgGraph: Transform your Postgres data to graphs

https://github.com/Evokoa/pgGraph
1•handfuloflight•1m ago•0 comments

Freya 0.4 – Rust GUI library

https://freyaui.dev/posts/0.4
1•birdculture•2m ago•0 comments

In Germany if you say a restaurant is just ok they send the gestapo after you

https://twitter.com/eigen_moomin/status/2077471686295957749
1•bko•3m ago•0 comments

Orchflows: Build self-improving loops in one sentence

https://github.com/DanMcInerney/orchflows
2•DanMcInerney•6m ago•0 comments

Lucy 2.5 – Realtime Video Editing via World Model

https://lucy.decart.ai/
1•ProjectBarks•9m ago•0 comments

British runner Josh Kerr smashes 27-year-old men's mile record

https://www.espn.com/olympics/story/_/id/49391430/british-runner-josh-kerr-smashes-27-year-old-me...
1•linuxfan2718•10m ago•0 comments

Controlling Reasoning Effort in LLMs

https://magazine.sebastianraschka.com/p/controlling-reasoning-effort-in-llms
1•matt_d•10m ago•0 comments

New Drone Nearly Disappears in Flight

https://www.youtube.com/watch?v=1mUgyV3A1O0
1•bookofjoe•20m ago•1 comments

The Kimi K3 Moment

https://stephen.bochinski.dev/blog/2026/07/18/the-kimi-k3-moment/
1•sbochins•24m ago•0 comments

Sushi – Your Raw Data Served Perfectly

https://trysushi.xyz
1•premxai•26m ago•0 comments

A 30-year-old open problem in complexity theory resolved by GPT-5.6 Pro

https://zenodo.org/records/21431468
1•bmisterxster•26m ago•0 comments

Palantir Durable Agents

https://www.youtube.com/playlist?list=PLSoYzKs38mqI
1•pascal-maker•27m ago•0 comments

Goodbye, and Thanks for All the Bikesheds

https://queue.acm.org/detail.cfm?id=3818307
8•Ygg2•29m ago•0 comments

Direct H2 generation from mixed plastic waste via alkaline thermal treatment

https://www.pnas.org/doi/10.1073/pnas.2537552123
1•bookofjoe•32m ago•0 comments

An uroboros program with 100 programming languages

https://github.com/mame/quine-relay
2•modinfo•32m ago•0 comments

Overtraining as the path to human-like AI

https://www.seangoedecke.com/overtraining-as-the-path-to-human-like-ai/
3•Brajeshwar•33m ago•0 comments

We Built a Multiplayer Code Editor with Cloudflare, Yjs, and CodeMirror

https://coderscreen.com/blog/building-multiplayer-code-editor-cloudflare-yjs-codemirror
2•rogutkuba•33m ago•0 comments

Show HN: Todowing – A browser extension that shows Todoist sub-tasks inline

https://todowing.com/
1•vivgui•37m ago•0 comments

AI's new political donor class is outspending Big Tech's last one

https://sfstandard.com/2026/07/18/ai-s-new-political-donor-class-already-outspending-big-tech-s-l...
3•roddylindsay•38m ago•0 comments

Polybius: The Most Dangerous Arcade Game Ever Made. A Dive into Some Arcade Lore

https://lowendbox.com/blog/polybius-the-most-dangerous-arcade-game-ever-made-a-deep-dive-into-som...
2•bananamogul•39m ago•1 comments

SadServer Solutions

https://www.vladimircicovic.com/2024/06/sadserver-solutions
2•taubek•42m ago•0 comments

Strange loops: from autological words and quines to consciousness

https://www.youtube.com/watch?v=MFR6SMV64h4
1•modinfo•42m ago•0 comments

The Human Worker as Civilizational Nexus

https://read.lukeburgis.com/p/the-human-worker-as-civilizational
2•momentmaker•45m ago•0 comments

Food Never Come – no calories, no bill, just dopamine

https://foodnevercome.com/
1•appreciatorBus•45m ago•0 comments

Stately Agent: Build agents as state machines

https://github.com/statelyai/agent
2•handfuloflight•46m ago•0 comments

Apple bug crashes apps that display Telugu character (2018)

https://www.theguardian.com/technology/2018/feb/16/apple-bug-crashes-apps-that-display-telegu-cha...
1•thunderbong•48m ago•0 comments

Show HN: Warden – authorization gateway for agentic RAG

https://github.com/geminimir/warden
1•geminimir•49m ago•0 comments

Power outage for half of SF (again)

https://pgealerts.alerts.pge.com/outage-tools/outage-map/
2•ricberw•51m ago•1 comments

Tenley Albright

https://en.wikipedia.org/wiki/Tenley_Albright
1•petethomas•52m ago•0 comments

Better Than Free: How to Differentiate in the Age of AI

https://tim.blog/2026/07/17/better-than-free/
1•Michelangelo11•54m ago•0 comments