mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#eclipseide

0 Beiträge0 Beteiligte0 Beiträge heute

Ich bin kürzlich über Jetbrains Academy gestolpert, ein Plugin um die IntelliJ IDE für geführte Coding Lessons/Challenges zu nutzen.... In etwa sowas wie CodeCrafters.io oder ähnliche Seiten... Aus Gründen kommen Online Seiten nicht in Frage und IntelliJ zickt an mehreren Stellen rum. Kennt jemand eine alternative, am besten OpenSource in der man selbst Lessons/Challenges erstellen kann? Gibt es da was für #eclipseide ? #teachingtools #programming #coding

Back to #EclipseIDE coding for some days. It's amazing that e4 brought osgi, but yet i don't see much adoption. Debugging static instances is manageable, though i had to ask for help getting somewhere in the jni woods around eclipse-cdt jni usage.

Is there somebody besides me that feels like the #EclipseIDE egit/jgit ecosystem is closed-closed-principle? I've been spending some time seeking for extension points. The one (and only) i found was in egit to add special merge strategies.

How should one deal with that situation, contributing to open-source projects dependent on that?

I've been a fan of Sage (sagemath.org/) and CoCalc (cocalc.com/) for some time, and I would now like to complain.

Sage is an open source computer algebra system which is written in Python, but for technical reasons comes with its own version of the Python interpreter. The first IDE I used regularly was Eclipse, and I used to know the arcane steps needed to make it use the Sage Python binary on various systems.

I switched to PyCharm some years ago, but I have only been using it to write pure Python. Now I want to use Sage, so I tried doing the same gymnastics I used to do with Eclipse and was annoyed.

I decided that being forced to work online wasn't a big deal, so I'd use CoCalc instead. Even though CoCalc was made with Sage in mind, there does not seem to be direct support for running Python modules with Sage, only the notebook style is promoted. It seems absurd to me that after all these years it is still so much work to simply use Sage in a Python project with an IDE.

In addition to this, Sage's support for the kinds of calculations I want to do at the moment is quite immature, with TODO in many, many places.

I want to use Sage since it combines many useful (and fast) libraries that I need, but I think I need to just accept that I should start building my own solution that works for my purposes.

I know that I could contribute to Sage, but I feel like the weight of changing what I need to change is so much, and that I would get my calculation done faster by just doing it myself.

SageMath Mathematical Software SystemSageMath Mathematical Software System - SageSageMath is a free and open-source mathematical software system.
#SageMath#Python#CoCalc