jalvesaq / vimcmdline

Send code to command line interpreter
GNU General Public License v2.0
223 stars 38 forks source link

[Magma] Add support for Magma Computer Algebra System #95

Closed petRUShka closed 3 years ago

petRUShka commented 4 years ago

Magma Computer Algebra system is a proprioritary computer algebra system designed to solve problems in algebra, number theory, geometry and combinatorics. Which is quite famous for the area. Webpage: https://magma.maths.usyd.edu.au/

There is a vim-magma plugin with support of *.mag files: https://github.com/petRUShka/vim-magma.

Code of ftplugin/magma_cmdline.vim is based on ftplugin/sage_cmdline.vim.