.PURS 파일 확장자
PureScript Source Code File
| 개발사 | Phil Freeman |
| 인기도 |
3.0 | 2 투표 |
PURS 파일이란 무엇인가요?
A PURS file contains source code written in the PureScript programming language. It is used to build a web application, server-side application, or desktop application. The code PURS files contain uses syntax similar to Haskell, and it compiles to JavaScript.
추가 정보
Developer Phil Freeman created the PureScript programming language in 2013. PureScript was Freeman's attempt to create a Haskell-like language that compiles cleanly to JavaScript. The language is now developed and maintained by a community of GitHub users. Its source code files are saved with the .purs extension.
PURS 파일을 여는 방법
You can open and edit a PURS file in any text or source code editor, including GitHub Atom (cross-platform) and Microsoft Visual Studio Code (cross-platform). You can compile PURS files into JavaScript using the PureScript compiler (cross-platform).
