mirror of
				https://github.com/janet-lang/janet
				synced 2025-11-04 09:33:02 +00:00 
			
		
		
		
	Remove some lisp claims from README for branding.
This commit is contained in:
		@@ -35,8 +35,9 @@ may require changes before being merged.
 | 
			
		||||
  [astyle](http://astyle.sourceforge.net/astyle.html). You will probably need
 | 
			
		||||
  to install this, but it can be installed with most package managers.
 | 
			
		||||
 | 
			
		||||
  For janet code, the use lisp indentation with 2 spaces. One can use janet.vim to
 | 
			
		||||
  do this indentation, or approximate as close as possible.
 | 
			
		||||
  For janet code, use lisp indentation with 2 spaces. One can use janet.vim to
 | 
			
		||||
  do this indentation, or approximate as close as possible. There is a janet formatter
 | 
			
		||||
  in [spork](https://github.com/janet-lang/spork.git) that can be used to format code as well.
 | 
			
		||||
 | 
			
		||||
## C style
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@
 | 
			
		||||
<img src="https://raw.githubusercontent.com/janet-lang/janet/master/assets/janet-w200.png" alt="Janet logo" width=200 align="left">
 | 
			
		||||
 | 
			
		||||
**Janet** is a functional and imperative programming language and bytecode interpreter. It is a
 | 
			
		||||
modern lisp, but lists are replaced
 | 
			
		||||
lisp-like language, but lists are replaced
 | 
			
		||||
by other data structures (arrays, tables (hash table), struct (immutable hash table), tuples).
 | 
			
		||||
The language also supports bridging to native code written in C, meta-programming with macros, and bytecode assembly.
 | 
			
		||||
 | 
			
		||||
@@ -37,7 +37,7 @@ Lua, but smaller than GNU Guile or Python.
 | 
			
		||||
* Mutable and immutable arrays (array/tuple)
 | 
			
		||||
* Mutable and immutable hashtables (table/struct)
 | 
			
		||||
* Mutable and immutable strings (buffer/string)
 | 
			
		||||
* Lisp Macros
 | 
			
		||||
* Macros
 | 
			
		||||
* Byte code interpreter with an assembly interface, as well as bytecode verification
 | 
			
		||||
* Tailcall Optimization
 | 
			
		||||
* Direct interop with C via abstract types and C functions
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user