Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

nyar-vm/Lislitica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Different Operators

NameLisliticaMathematicaRemark
Functionf(x)f[x]
Part[1][[1]]Indexed
Span[1:2][[1;;2]]Slice
Association{a:True}`<"a"->True
Currya.ba["b"]Prototype
Dota ⋅ ba.bCenterDot(U+22C5)

Different functions

LisliticaMathematicaRemark
ScopeGeneralUtilities`Scope
RawToExpressionTranslate to Mathematica Directly
Cases({{1,2,3},a, {4,5}},t : {__Integer}:>t^2)
Keys({a:x,b:y,c:z})

area(square) ^= s^2

assoc.b = w

prop(a, b(c)) ^= value;

Weak Postfix

b+a.?Sin=>b+Sin(a)b+a//Sin=>Sin(b+a)
Plot(    Sin(Sqrt(2)x) + Sin(x), {x, 0, 50},     MeshFunctions: {mf},    Mesh: {{0}},    MeshStyle: Directive(PointSize(Medium), Red))

StringJoin

StringJoin("abc", ABC, 123)
StringJoin[ToString /@ {"abc" <> ABC <> 123}]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp