TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wisp – A Scala library that offers interactivity for iterative development

55 pointsby AustinBGibbonsover 10 years ago

4 comments

yankoffover 10 years ago
Awesome job, guys. I was just wondering recently if there&#x27;s something like matplotlib but for Scala and there you go.<p>By the way, have you ever came across something similar to python&#x27;s pandas but in Scala? Specifically I&#x27;m looking for DataFrame functionality, where you can read a dataset where column might have different types and then slice and dice this data in a way you want. The closest I found is Breeze but it supports only numerical types . And Saddle, but it supports only 3 columns as far as I understood. Anything else?
评论 #8970752 未加载
namelezzover 10 years ago
Is it possible for Wisp to re-render only the modified graph? It seems the whole page is re-rendered in the demo. Does Wisp cache&#x2F;memoize the graphs or re-compute the data points when it re-renders?
AustinBGibbonsover 10 years ago
Github: <a href="https://github.com/quantifind/wisp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;quantifind&#x2F;wisp</a>
评论 #8970335 未加载
benburtonover 10 years ago
Excellent demo! I love how easy this is to use.