Skip to content

coditori/sylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

English | Deutsch

Sylang makes human languages equivalent, shorter, and searchable

!> (An example)

Java
	:> an object oriented programming language
	#> 1995
	@> james gosling
	<< JVM
	1+> easy to use
	2+> multithreaded
	3+> cross platform
	-> slower than C and C++
	$> C++, C#

	!>
	public class JavaSample {
		public static main void(String[] args) {
			System.out.println("Hello, World");
		}
	}
    
	>>> https://www.tutorialspoint.com/java/java_overview.htm

- (List)

:>		definition
@>		author, creator
#>		released
<<		required, prerequisite
$>		alternative
+>		advantage
->		disadvantage
?>		problem
==		solution
<>		unlike, opposite
=>		point, tip
-		list (add another dash "-" for a nested level like "--)
!>		example
~>		wrong example
>>		link
>>>		reference
nX		Numbered ones (put a number before signs like "1>>" or "1?>")