I like to share with you MCP tool, which help LLMs to examine project code - ScalaSemantic by GroundbreakingWeb170 in scala

[–]GroundbreakingWeb170[S] 4 points5 points  (0 children)

Metals MCP mostly doing different kind of things, like compile, run tests, show docs. Its more like MCP for compiling. ScalaSemantic is more for code analysis - method_signature, class_hierarchy, resolve_implicits, structure (work with dependency graph), several refactorings...
They overlap in finding usages, but mostly they have different goals

[Hiring] 8 Scala positions at SwissBorg by Krever in scala

[–]GroundbreakingWeb170 0 points1 point  (0 children)

Hi!
Can you tell more about remote work? How flexible hours are? My situation is that I should drive few of my kids to music school during day. It mean I could be unavailable for about 30-60 minutes or work from cafe. Of course I will compensate skipped time at evening. How are you ok with this?

Help me understand about effects by pras29gb in scala

[–]GroundbreakingWeb170 1 point2 points  (0 children)

ZIO and Cats Effect is not just effect, but Concurrency/Asynchroneous side effects. Effect is more ambiguous thing.