Skip to content
#

julialang

Here are 226 public repositories matching this topic...

lassepe
lassepe commented Mar 17, 2020

It seems like the documentation is outdated for vim and emas. The examples still suggest that one should handle a Dict as the last argument to the LanguangeServerInstance. However, it seems like this is a function now (error handler). Unfortunately, I don't know enough about the internals to update the documentation myself and make a PR, all I can tell is that the current documentation seems o

non-Jedi
non-Jedi commented Feb 24, 2018

Would be really nice if julia-mode provided ability to edit docstrings using
markdown-mode. Not an elisp guy, and still a relatively new emacs user, so I'm
not sure exactly how this would work, but I thought I'd throw the suggestion out
there.

Maybe if I get some time, I'll take a look at how org-mode does it with src
blocks and see if I can duplicate that in julia-mode.

HarrisonGrodin
HarrisonGrodin commented Aug 14, 2018

We should be able to attach names to rules, so that normalization steps (and error messages?) can be better understood by users. For example:

normalize(@term(diff(x + y, x)))
 - @term(diff(x,x) + diff(y,x)) by sum rule in differentiation
 - @term(one(x) + diff(y, x)) by linear rule of differentiation
 - @term(1 + diff(y, x)) by multiplicative identity of a number
 - @term(1 + zero(x)) 
Datseris
Datseris commented Apr 12, 2019

In this arXiv paper: https://arxiv.org/abs/1904.05663 the authors discuss corrected transmission and refraction formulas for light and curved boundaries.

Even though in this package we don't have light rays (although we may have in the future, see #178 ) it still may be worth it to implement these laws as a function similar to [law_of_refraction](https://juliadynamics.github.io/DynamicalBil

Improve this page

Add a description, image, and links to the julialang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the julialang topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.