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

Tell HN: Happy Father's Day

2•atestu•1m ago•0 comments

AI Warfare Is at the Point of No Return

https://www.wsj.com/world/ai-warfare-ukraine-russia-anthropic-29945df9
1•bookofjoe•3m ago•1 comments

Retrocomputing with Clash – Haskell for FPGA Hardware Design

https://unsafeperform.io/retroclash/
1•AlexeyBrin•4m ago•0 comments

Readplace – A reading list app for the AI age – Read the web not the Slop

https://readplace.com/mcp
1•fagnerbrack•6m ago•0 comments

Madrid Metro uses its trains to deliver packages during non-operating hours [video]

https://www.youtube.com/watch?v=xyuxZCxHWzA
1•cromka•7m ago•1 comments

If anyone wants user feedback directly from your product website, check this out

https://amendor.site/
1•osaeld•9m ago•0 comments

Computer Programming for Everybody

https://www.python.org/doc/essays/cp4e/
2•edent•10m ago•0 comments

A Wild Register Appears: Hunting the 30-Year-Old World of Xeen MT-32 Crash

http://finalpatch.github.io/xeen/
1•stevekemp•10m ago•0 comments

I aim to break the record for the fastest mile

https://www.telegraph.co.uk/athletics/2026/06/09/josh-kerr-why-im-trying-break-record-fastest-mil...
2•wjb3•11m ago•0 comments

Cagebase - Chromium fork that spoofs fingerprints from a JSON profile

1•boredhacker3•12m ago•0 comments

I Created a Minimalist Universal Language for AI

https://github.com/caihongfairys/QMP-Dynamic-Anchors
2•Queen_Xiya•12m ago•0 comments

The open-source Agent Communication Infrastructure

https://github.com/novuhq/novu
2•scopsy•13m ago•0 comments

The Vagabundler Project

https://vagabundler.com/about-vagabundler/
1•jruohonen•15m ago•0 comments

Firecracker-like microVMs for Proxmox VE – KVM isolation, under 200 ms boot

https://github.com/rcarmo/pve-microvm
2•networked•17m ago•0 comments

Local Chrome Bookmarking Extension

https://chromewebstore.google.com/detail/bookmarks-default/mfilaenpdpjhpmchhoboaekjdpmmeckc
1•alikatyc•17m ago•1 comments

Talked with the TerraSpark CEO, they are completely crazy

https://www.terraspark.energy/
2•GL26•18m ago•2 comments

Are Transformers Turing-Complete? A Good Disguise Is All You Need

https://lifeiscomputation.com/transformers-are-not-turing-complete/
4•paraschopra•24m ago•0 comments

Agent Privacy

https://blog.jackdavis.net/ai/security/2026/06/16/agent-privacy-research-writeup.html
2•JackDDavis•26m ago•0 comments

How websites know where you are

https://geospoof.com/blog/how-websites-know-your-location
2•sgro•27m ago•0 comments

The case against geometric algebra

https://alexkritchevsky.com/2024/02/28/geometric-algebra.html
1•Hbruz0•28m ago•0 comments

The deskilling of web dev is damaging our health

https://www.baldurbjarnason.com/2024/the-deskilling-of-web-dev-is-harming-us-all/
4•lemonberry•29m ago•3 comments

There are only two file formats, txt and zip (explainer)

https://parseforartisans.com/blog/two-file-formats-zip-and-txt
2•petervandijck•29m ago•0 comments

France mobilises €13B for tech sovereignty funding push

https://www.reuters.com/business/media-telecom/france-mobilises-13-billion-tech-sovereignty-fundi...
1•01-_-•33m ago•0 comments

Thinking in Events

https://docs.eventsourcingdb.io/blog/2026/06/22/thinking-in-events/
1•goloroden•33m ago•0 comments

China tightens indium export checks as AI demand increases

https://www.reuters.com/world/china/china-tightens-indium-export-checks-ai-demand-increases-2026-...
1•01-_-•33m ago•0 comments

The Download: a reality check for geoengineering and the science of interocepti

https://www.technologyreview.com/2026/06/17/1139200/the-download-solar-geoengineering-interoception/
1•joozio•34m ago•0 comments

Canyon Predict – road bike prototype with AI edge computing [video]

https://www.youtube.com/watch?v=7Wg894k6bqU
2•jankar•36m ago•0 comments

Nvidia adopts OpenBAO, open source fork of HashiCorp's Vault

https://www.techtarget.com/searchitoperations/news/366644831/Nvidia-adopts-OpenBao-open-source-fo...
1•aiman_alsari•37m ago•0 comments

The stuff nobody tells you about startup marketing

https://newsletter.posthog.com/p/the-stuff-nobody-tells-you-about
2•howToTestFE•38m ago•1 comments

My package manager have broken and I need help

1•CoolyDucks•38m ago•0 comments