TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hello everyone I am to making a programming language and I need your help

4 pointsby saptak123over 3 years ago
Hello everyone I am to making a programming language and I need your help to complete it. I have named it swallow. Repo- https://github.com/Swallow-lang/swallow Please contribute

4 comments

logicalmonsterover 3 years ago
Without commenting on the merits of your programming language, I&#x27;d like to give a bit of constructive advice on your presentation, which does matter a bit.<p>* Among other issues there are some spelling mistakes in your ReadMe. Proper nouns like Python, Swallow, and C should be capitalized. Sentences should end with a period.<p>* The example shouldn&#x27;t be ultra-complex, but a small 5-10 line program to add an item to an array and print it out or something might display more about your language than a HelloWorld.<p>* A little better description of this could be useful for visitors. What kind of paradigm are you going for: is this object-oriented or functional? I can&#x27;t tell from your ReadMe.<p>* I&#x27;d like to figure out why somebody would use this rather than something like say D or Rust or some other more established systems language that&#x27;s a bit easier than some alternatives.<p>That said, props to you for making this and I wish you super well in this learning journey.
评论 #28440120 未加载
gus_massaover 3 years ago
You need to add more code examples. Perhaps I&#x27;m reading too much from the 2 line example, but it looks quite pythonic? Is that correct? What are the main differences with Python?<p>Why is it implemented in V?<p>I think it&#x27;s too early to find contributors. Try to find users. Some users became power users. Some power users became contributors.
评论 #28427098 未加载
knikesover 3 years ago
The key features state that the language is &quot;fast&quot; and &quot;occupies less memory&quot;. Maybe provide some benchmarks&#x2F;comparisons? Also, more examples would be helpful.<p>If I look at the landing page from the perspective of someone who either wants to use the language or contribute to it, there just isn&#x27;t enough compelling information yet. More examples demonstrating that the syntax could be a nice alternative to python or c would help catch someone&#x27;s eye.
评论 #28436288 未加载
random_coderover 3 years ago
You say it&#x27;s a superset of C that compiles to C. But why does your example with main() look like Python? It&#x27;s certainly not valid C code.
评论 #28436277 未加载
评论 #28436269 未加载