.LOBSTER 文件扩展名
Lobster Source Code
| 开发者 | Wouter van Oortmerssen |
| 受欢迎程度 |
4.0 | 3 票 |
什么是 LOBSTER 文件?
A LOBSTER file is a program written in the Lobster programming language. It contains Lobster source code, which is written using Python-like syntax. LOBSTER files most often contain source code used as part of a video game.
更多信息
The Lobster programming language is a statically-typed programming language developed by Wouter van Oortmerssen. According to Oortmerssen, Lobster combines the advantages of an expressive type system and compile-time memory management with a lightweight, terse syntax.
Developers creating Lobster programs save the source code they've written as LOBSTER files. Most often, these programs are 2D or 3D video games (or part of a game), since Lobster is optimized for creating video games and other graphical programs.
如何打开 LOBSTER 文件
You can open a LOBSTER file with Microsoft Visual Studio Code (multiplatform) or any other text editor. Doing so allows you to view and edit the Lobster source code the file contains.
You can run the program a LOBSTER file contains with Lobster (multiplatform). For complete instructions on how to do so, view Lobster's documentation.
