I am using julia-6.0 (but any version do it )(what a wonderfull tool) I can even define a new value to a symbol.

What I wish it's only getting rid of quotes : '䷂' = ䷂

Otherwise everything is working properly... It works even in dataframes... really excellent :

df = DataFrame(α= '䷀':'䷂',
β = ['䷀', "F","M"],
δ = ['䷀', "F", "F"])

Apparently onlu julia can do this ? Is it possible to do it with python/sage ?

Thanks julian's to do this !

Henri



as part


Le 04/11/2016 à 17:34, Simon Byrne a écrit :
Do you mean you to use the character as part of a variable name? e.g.

䷀ = 12

If so, I'm not sure you can do it from the REPL, other than via using eval, e.g.

@eval $(Symbol('\u4dc0')) = 12

-simon


On Friday, 4 November 2016 15:16:20 UTC, Henri Girard wrote:

    Hi,
    I am trying to enter unicode this way :

    '\u4dc0' it's the first trigramm, but when I run it I still have
    quote ?

    I can get rid of them by copying the picture and paste it ䷀  , is
    there a way of doing it at once ?
    Best
    Henri


Reply via email to