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•7mo 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•7mo 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•7mo 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: Open-source agent learning layer: 30% to 100% success on browser agents

https://github.com/kayba-ai/agentic-context-engine/blob/main/README.md
1•kayba•15s ago•0 comments

Ask HN: B2B SaaS founders: what are (or have been) your biggest problems?

2•Vaxind•6m ago•1 comments

Endcord: The most feature-rich Discord terminal client

https://github.com/sparklost/endcord
1•sparklost•7m ago•0 comments

Ask HN: I want to build my own query language

1•bewal416•7m ago•0 comments

When Is a Complex System Stable?

https://chillphysicsenjoyer.substack.com/p/when-is-a-complex-system-stable
1•crescit_eundo•9m ago•0 comments

Implementing RAG from Scratch with Python, Qdrant, and Docling

https://techlife.blog/posts/implementing-rag-from-scratch-qdrant/
1•tsenturk•11m ago•0 comments

Garrett vs. Techrights

https://nondeterministic.computer/@mjg59/115582276675545063
1•AstralKnight•14m ago•0 comments

Show HN: A stateless blockchain compliance API (6 chains, AWS Lambda)

https://zkorigoapi.com/
1•ADCXLAB•15m ago•1 comments

Reconnecting with old friends

https://nafees.bearblog.dev/reconnecting-with-old-friends/
1•mnafees•19m ago•0 comments

Dungeon Keeper FX 1.3.0 Released

https://keeperfx.net/news/21/2025-11-28/keeperfx-130-released
1•MrJagil•21m ago•0 comments

Ask HN: Should unfriendly robodogs on a leash be legal in public spaces?

2•amichail•24m ago•0 comments

Pretrain a Bert Model from Scratch

https://machinelearningmastery.com/pretrain-a-bert-model-from-scratch/
1•gsky•25m ago•0 comments

AI Meets Aggressive Accounting at Meta's Gigantic New Data Center

https://www.msn.com/en-us/money/other/ai-meets-aggressive-accounting-at-meta-s-gigantic-new-data-...
1•CharlesW•26m ago•0 comments

Using sysbench to measure how MySQL performance changes over time

http://smalldatum.blogspot.com/2025/11/using-sysbench-to-measure-how-mysql.html
2•gsky•28m ago•0 comments

Making Uber's Experiment Evaluation Engine 100x Faster

https://www.uber.com/blog/making-ubers-experiment-evaluation-engine-100x-faster/
1•wwalker2112•30m ago•0 comments

Time.com: Visions Of the 21st Century (2000)

https://web.archive.org/web/20000511050550/https://time.com/time/reports/v21/science/index.html
2•thomassmith65•33m ago•0 comments

Show HN: A Simple, Fast, and Ad-Free DNS Leak Test Tool

https://myip.casa/dns-leak-test
1•myip_casa•35m ago•0 comments

Model Weight Preservation is not enough

https://www.lesswrong.com/posts/fGCGJGCKMLbfquKiu/model-weight-preservation-is-not-enough
1•gmays•40m ago•0 comments

Scientists observe striking link between AI chatbots and psychological distress

https://www.psypost.org/scientists-observe-striking-link-between-social-ai-chatbots-and-psycholog...
1•DrierCycle•42m ago•0 comments

Show HN: Open Video Overview – Generate narrated videos from text with AI

https://github.com/baturyilmaz/open-video-overview
3•arbayi•44m ago•0 comments

Show HN: Open-source subtitle generation for seamless content translation

https://github.com/innovatorved/subtitle
2•innovatorved•46m ago•0 comments

Show HN: MacGlow – macOS app to sync brightness across Mac and all Monitors

https://www.lovi.sh/macglow
3•lovish888•49m ago•1 comments

Building Ads Optimization

https://nima101.github.io/adsopt
1•pykello•51m ago•3 comments

Tesla's Cybertruck is turning 2. It's been a big flop

https://www.marketwatch.com/story/teslas-cybertruck-is-turning-2-its-been-a-big-flop-587eb398?mod...
6•bookofjoe•54m ago•3 comments

Branded queries filter in Google Search Console

https://developers.google.com/search/blog/2025/11/search-console-branded-filter
1•soheilpro•54m ago•0 comments

WebRTC Aec3 in Rust

https://github.com/RubyBit/aec3-rs
2•itsmeangelos•55m ago•2 comments

The Visual Display of Quantitative Information, 2nd Edition [pdf]

https://kyl.neocities.org/books/%5BTEC%20TUF%5D%20the%20visual%20display%20of%20quantitative%20in...
2•keepamovin•55m ago•0 comments

It's Always the Process, Stupid

https://its.promp.td/its-always-the-process-stupid/
44•DocIsInDaHouse•57m ago•10 comments

Grow Faster with Smarter SEO Tools

https://www.seoprosuite.co.za
1•deveintech•1h ago•0 comments

Silicon Valley sets its sights on building the perfect baby

https://fortune.com/2025/11/29/ivf-silicon-valley-billionaire-baby/
2•Brajeshwar•1h ago•0 comments