Language-Integrated Query (Linq) - Useful functions for working with sets. - Сообщения
#1 Опубликовано: 24.04.2014 23:03:35
Language-Integrated Query (Linq).
Useful functions for working with sets.
Functions list:
`if(2), `if(3), select(2), select2(2), selectmany(2), join(5), where(2), where2(2), aggregate(2), aggregate(3), take(2), takewhile(2), takewhile2(2), skip(2), first(2), repeat(2), any(2), all(2), contains(2), count(2), batch(2), batch(3), exclude(3), takeevery(2).
Links:
1. LINQ - Language-Integrated Query.
2. morelink - Extensions to LINQ to Objects (jonathan.skeet, ...).
Linq. Examples.sm (37 КиБ) скачан 141 раз(а).
Useful functions for working with sets.
Functions list:
`if(2), `if(3), select(2), select2(2), selectmany(2), join(5), where(2), where2(2), aggregate(2), aggregate(3), take(2), takewhile(2), takewhile2(2), skip(2), first(2), repeat(2), any(2), all(2), contains(2), count(2), batch(2), batch(3), exclude(3), takeevery(2).
Links:
1. LINQ - Language-Integrated Query.
2. morelink - Extensions to LINQ to Objects (jonathan.skeet, ...).
Linq. Examples.sm (37 КиБ) скачан 141 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
5 пользователям понравился этот пост
Serg 29.08.2016 10:47:00, Martin Kraska 25.04.2014 02:52:00, Davide Carpi 25.04.2014 04:47:00, Mike Kaganski 25.04.2014 08:03:00, Radovan Omorjan 25.04.2014 01:28:00
#2 Опубликовано: 25.04.2014 02:59:17
Uni, the way you provide arguments to your functions looks interesting. How is it expected to work, does it really what it should? What are the formal restrictions? This is not even known for ordinary function arguments, thus I wonder how thin the ice is that you are on ;-)
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#3 Опубликовано: 25.04.2014 03:42:57
I totally forgot that this is possible in SMath
[MATH=eng]f(x,`):`(x)^2[/MATH]
[MATH=eng]f(x:6,`(x):x)=36[/MATH]
[MATH=eng]f(y:7,`(x):x+1)=64[/MATH]
Uni used quite unusual character for a function name (`).
I forgot this as well (making a function argument call by value)
[MATH=eng]f(x):line(x:9,x^2,2,1)[/MATH]
[MATH=eng]a:100[/MATH]
[MATH=eng]f(a)=81[/MATH]
[MATH=eng]a=9[/MATH]
Contrary to
[MATH=eng]b:100[/MATH]
[MATH=eng]f(b:b)=81[/MATH]
[MATH=eng]b=100[/MATH]
Regards,
Radovan

[MATH=eng]f(x,`):`(x)^2[/MATH]
[MATH=eng]f(x:6,`(x):x)=36[/MATH]
[MATH=eng]f(y:7,`(x):x+1)=64[/MATH]
Uni used quite unusual character for a function name (`).
I forgot this as well (making a function argument call by value)

[MATH=eng]f(x):line(x:9,x^2,2,1)[/MATH]
[MATH=eng]a:100[/MATH]
[MATH=eng]f(a)=81[/MATH]
[MATH=eng]a=9[/MATH]
Contrary to
[MATH=eng]b:100[/MATH]
[MATH=eng]f(b:b)=81[/MATH]
[MATH=eng]b=100[/MATH]
Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#4 Опубликовано: 25.04.2014 04:59:06
Very nice functions Viacheslav 
I think that also contains() should contains a break to maximize the performances.
Sometimes happens :d

I think that also contains() should contains a break to maximize the performances.
WroteI totally forgot that this is possible in SMath
Sometimes happens :d
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 пользователям понравился этот пост
Вячеслав Мезенцев 25.04.2014 05:30:00
#5 Опубликовано: 25.04.2014 05:25:22
LINQ - Language-Integrated Query.
`(...) := (...) - lambda expression. This is an imitation of an implicit function in SMath Studio.
I wrote it for fun. But in this way you can check out the features of the program. I think this will SMath Studio future.
You can add here your own versions of these functions.
The ice is very thin, but it works
I used this technique when solving the ODEs (D(t,x):=...). With regard to the restrictions, I do not see them for now.
These functions should work as vector functions, hiding the use of cycles.
`(...) := (...) - lambda expression. This is an imitation of an implicit function in SMath Studio.
I wrote it for fun. But in this way you can check out the features of the program. I think this will SMath Studio future.
You can add here your own versions of these functions.
The ice is very thin, but it works

These functions should work as vector functions, hiding the use of cycles.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Davide Carpi 25.04.2014 09:42:00
#6 Опубликовано: 25.04.2014 06:30:30
1 пользователям понравился этот пост
Mike Kaganski 25.04.2014 08:16:00
#7 Опубликовано: 25.04.2014 08:17:32
I have a feature request: please allow MULTIPLE thanks to uni! (Well, on second thought, I'm afraid I could break my left muse button then...)
С уважением,
Михаил Каганский
2 пользователям понравился этот пост
#8 Опубликовано: 25.04.2014 08:58:34
1 пользователям понравился этот пост
Davide Carpi 25.04.2014 09:42:00
#9 Опубликовано: 25.04.2014 11:34:29
I'm not sure if it is worth your time to explain but what is this?
Why is it beneficial?
Sorry for my ignorance.
Why is it beneficial?
Sorry for my ignorance.
#10 Опубликовано: 25.04.2014 12:27:11
It's not so easy for me to explain what is it for. I must implement basic functions, then it will be possible to show by examples why it maybe useful.
Moreover, it is quite complicated examples. With their help, you can test the Smath Studio.
Moreover, it is quite complicated examples. With their help, you can test the Smath Studio.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Davide Carpi 25.04.2014 13:00:00
#11 Опубликовано: 25.04.2014 12:52:33
WroteI'm not sure if it is worth your time to explain but what is this?
Why is it beneficial?
Sorry for my ignorance.
LINQ is for C# a write less/do more extension (like jQuery for javascript); in a short expression there are lot of basic instructions.
here you can found a good overview of LINQ; because was born to handle in a better way databases in C# (even if today is like a programming language itself), it's a good project also to use it with SMath's matrices (a database in the end is only a matrix with types fixed for each column)
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#13 Опубликовано: 25.04.2014 18:57:58
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
#14 Опубликовано: 25.04.2014 19:22:45
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Davide Carpi 25.04.2014 21:10:00
#15 Опубликовано: 25.04.2014 20:43:19
Russia ☭ forever, Viacheslav N. Mezentsev
2 пользователям понравился этот пост
#16 Опубликовано: 26.04.2014 08:24:15
Russia ☭ forever, Viacheslav N. Mezentsev
#17 Опубликовано: 26.04.2014 12:00:06
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Davide Carpi 26.04.2014 12:29:00
#18 Опубликовано: 27.04.2014 12:47:38
An high-productively hint to anyone that want to use this useful extension but (like me) does not have a keyboard with the backtick/backquote (grave accent) symbol:
1. Download the AutoHotKey free tool (full-installation or portable, both for 32 and 64 bit machines) (link)
2. Unzip and launch the script attached here (with the portable app you can drag the file over the executable)
This script enable the following shortcuts:
- hold down the Windows Key and press ' to produce the backtick `
- hold down the Windows Key and press numbers to produce numpad numbers (this is useful on notebook w/o numpad)
Best regards,
Davide
P.S. the script can be customized to change the keys combinations and can be launched automatically on windows startup.
edit: the 2nd attachment "shortcuts_exe.zip" is a portable executable compiled from the script that enable the features described above without downloading the tool and the script.
shortcuts_exe.zip (793 КиБ) скачан 79 раз(а).
1. Download the AutoHotKey free tool (full-installation or portable, both for 32 and 64 bit machines) (link)
2. Unzip and launch the script attached here (with the portable app you can drag the file over the executable)
This script enable the following shortcuts:
- hold down the Windows Key and press ' to produce the backtick `
- hold down the Windows Key and press numbers to produce numpad numbers (this is useful on notebook w/o numpad)
Best regards,
Davide
P.S. the script can be customized to change the keys combinations and can be launched automatically on windows startup.
edit: the 2nd attachment "shortcuts_exe.zip" is a portable executable compiled from the script that enable the features described above without downloading the tool and the script.
shortcuts_exe.zip (793 КиБ) скачан 79 раз(а).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#19 Опубликовано: 28.04.2014 05:16:52
Russia ☭ forever, Viacheslav N. Mezentsev
#20 Опубликовано: 29.04.2014 09:59:54
Hi, I've seen the autohotkey script shared by Davide in this thread and thought that this .ahk might be of interest for someone, place the mouse over the screen top to bring it up. You can add other symbols by editing the script.
charsbar.zip (1 КиБ) скачан 88 раз(а).
charsbar.zip (1 КиБ) скачан 88 раз(а).
-
Новые сообщения
-
Нет новых сообщений