frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•10mo 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•10mo 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•10mo 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 ??

The Fat Ice Race Is a Reminder That All Cars Are Meant to Be Driven

https://www.thedrive.com/news/the-fat-ice-race-is-a-reminder-that-all-cars-are-meant-to-be-driven
1•PaulHoule•28s ago•0 comments

Teaching Claude to Be Lazy

https://www.parsonsmatt.org/2026/03/10/teaching_claude_to_be_lazy.html
1•speckx•59s ago•0 comments

Silicon Valley Files?

1•whoanelly•1m ago•0 comments

Keyboard jamming: sneaky way to make your boss think you're working from home

https://www.theguardian.com/money/2026/mar/10/keyboard-jamming-sneaky-way-make-boss-think-working...
3•billybuckwheat•1m ago•0 comments

Amazon wins court order to block Perplexity's AI shopping agent

https://www.cnbc.com/2026/03/10/amazon-wins-court-order-to-block-perplexitys-ai-shopping-agent.html
2•SilverElfin•1m ago•1 comments

I checked every syscall Claude and Codex made for a simple task

https://twitter.com/grithai/status/2031402802707112306
1•edf13•3m ago•0 comments

Grace

https://biblehub.com/topical/g/grace.htm
1•marysminefnuf•4m ago•0 comments

Lexi – AI API proxy that charges 40% of the savings it generates

https://lexisaas.com
1•LexiCoAS•6m ago•1 comments

Trump Plots Petty Revenge on Anthropic CEO

https://www.thedailybeast.com/donald-trump-plots-petty-revenge-on-ceo-dario-amodei-who-called-him...
4•petethomas•7m ago•2 comments

Hair apparent: inside the transplant capital of the world – photo essay

https://www.theguardian.com/fashion/2026/mar/09/inside-the-hair-transplant-capital-of-the-world-i...
1•gmays•7m ago•0 comments

Harvard shakes up its crypto strategy by selling Bitcoin and purchasing Ethereum

https://fortune.com/2026/02/18/harvard-shakes-up-its-crypto-strategy/
2•mgh2•9m ago•0 comments

Jim Roskind's C and C++ grammars

https://blog.robertelder.org/jim-roskind-grammar/
1•fanf2•9m ago•0 comments

Show HN: MemoTrader – a marketplace for AI-Human messaging

https://memotrader.com
4•jimbursch1•11m ago•1 comments

Networking with Agents: Put Them in the Right Conversations with Tailscale

https://blog.firetiger.com/networking-with-agents-how-to-put-them-in-the-right-conversations/
5•matsur•13m ago•0 comments

AEP (API Design Standard and Tooling Ecosystem)

https://aep.dev/
1•rambleraptor•13m ago•1 comments

Claude Code Spinners

https://github.com/AlexPl292/awesome-claude-spinners
1•AlexPl292•14m ago•0 comments

Maybe the G in AGI stands for Gemini

https://www.robinsloan.com/lab/gemini-agi/
2•speckx•14m ago•0 comments

Grammarly is using authors' identities without permission unless they opt out

https://www.theverge.com/tech/891822/grammarly-superhuman-expert-review-names-without-permission-...
4•YossarianFrPrez•18m ago•1 comments

Codex, File My Taxes. Make No Mistakes

https://corbt.com/posts/codex-file-my-taxes-make-no-mistakes
1•kcorbitt•18m ago•0 comments

Benchmarking rolvsparse on DeepSeek-R1 and Llama 4 – up to 82x vs. cuBLAS

https://rolv.ai/
1•heggenhougen•18m ago•1 comments

Free prompt injection scanner – paste your AI prompt, see where it breaks

https://aiunbreakable.com/tools/prompt-vulnerability-scanner
1•aetherps•19m ago•0 comments

TokenZip Protocol (TZP) – Passing pointers between LLMs instead of 10k tokens

https://github.com/tokenzip/tokenzip
1•jetywolf•21m ago•0 comments

How to clarify the EUPL compatibility clause?

1•patemmschmitz•21m ago•0 comments

Unpowered SSD data retention test:no data corruption on USB sticks after 6 years

https://www.tomshardware.com/pc-components/usb-flash-drives/unpowered-flash-drive-data-retention-...
1•u1hcw9nx•23m ago•0 comments

Russia-backed hackers breach Signal, WhatsApp accounts of officials, journalists

https://www.reuters.com/world/europe/russia-backed-hackers-breach-signal-whatsapp-accounts-offici...
4•1vuio0pswjnm7•23m ago•1 comments

Learn X in Y Minutes

https://learnxinyminutes.com/
2•masterpos•24m ago•0 comments

Show HN: Railyard – open and secure runtime for Claude Code

1•LunarFrost88•24m ago•0 comments

FFmpeg-over-IP – Connect to remote FFmpeg servers

https://github.com/steelbrain/ffmpeg-over-ip
2•steelbrain•25m ago•1 comments

An Alternative to Play Integrity

https://uattest.net/
1•amaccuish•25m ago•1 comments

Revise age verification terms for MidnightBSD

https://github.com/MidnightBSD/src/commit/529b708846e30e8eb4fcec8dfc23176ec6a74bcf
2•hpb42•29m ago•0 comments