TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Getting started with JetBrains Nitra

61 点作者 bleakgadfly超过 10 年前

7 条评论

skrebbel超过 10 年前
If you&#x27;re interested in stuff like this, be sure to also check out Rascal:<p><a href="http://www.rascal-mpl.org" rel="nofollow">http:&#x2F;&#x2F;www.rascal-mpl.org</a><p>The focus is slightly different: Rascal focuses more on automated code transformations and less on being a syntax highlighting service for editors. But Rascal is remarkably powerful and surprisingly accessible.<p>Basically, Rascal allows you to build Lispy macros in any language. Or to easily parse-and-transform new languages. Or to design entirely new languages and transpile them into something existing. To drive the point home, CoffeeScript, Nimrod and Sass could&#x27;ve easily been built with Rascal.
评论 #8654684 未加载
评论 #8653043 未加载
sqs超过 10 年前
Interesting. It looks like it doesn&#x27;t support type information yet, but it&#x27;s coming in milestone 2. I started an open-source project called srclib that&#x27;s creating toolchains to type-analyze and dependency-analyze source code in multiple languages: <a href="https://srclib.org/" rel="nofollow">https:&#x2F;&#x2F;srclib.org&#x2F;</a>. It might be of interest to folks working with or using Nitra.
评论 #8652644 未加载
评论 #8652000 未加载
评论 #8651895 未加载
Robadob超过 10 年前
Given it&#x27;s ability to integrate with visual studio, it will be worth watching to see whether someone&#x27;s able to use it to fix the CUDA integration highlighting&#x2F;intellisense faults which appeared somewhere after visual studio 2008.
CmonDev超过 10 年前
Lack of PCL support makes it&#x27;s applicability quite limited in today&#x27;s multi-platform world. Hope they will fix this flaw before releasing.<p>Awesome project nevertheless.
评论 #8651986 未加载
jimmcslim超过 10 年前
I&#x27;ve pondered whether this could be used to build better navigation and refactoring tools for Delphi than the official Embarcadero ones, which are frankly dire.
mataug超过 10 年前
Downloaded without realising this was a c# project, and requires visual studio. I&#x27;m on linux dammit.
评论 #8652007 未加载
评论 #8653039 未加载
SNvD7vEJ超过 10 年前
How does Nitra compare to Xtext?