question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

transpose() function

See original GitHub issue

I have added a transpose() function to the language module (ad3996d1542d326c14237a89f182e46b4ecbe894).

  1. I would like people like @jvasileff and @lucaswerkmeister to review it.
  2. I need to add some tests.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Aug 24, 2017

@Zambonifofex tail call optimization is possible, so your Haskell dream isn’t just a dream. The point is to put the tail call semantics before lowering to JVM/JS/etc.

Frege (a Haskell-ish implementation for the JVM) has full tail call optimization support, and it does it by generating loops.

0reactions
gavinkingcommented, Sep 7, 2017

This is done, including tests.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TRANSPOSE Function - Formula, Examples, How to Use
The TRANSPOSE function is categorized under Excel Lookup and Reference functions. It will flip the direction of a given range or array.
Read more >
numpy.transpose() in Python - Javatpoint
The numpy.transpose() function changes the row elements into column elements and the column elements into row elements. The output of this function is...
Read more >
Excel TRANSPOSE function | Exceljet
The TRANSPOSE function converts a vertical range of cells to a horizontal range of cells, or a horizontal range of cells to a...
Read more >
NumPy: transpose() function - w3resource
The transpose() function is used to permute the dimensions of an array. ... Return value: [ndarray]: a with its axes permuted. A view...
Read more >
The Excel TRANSPOSE Function - YouTube
Learn how to transpose columns into rows in Excel using the power of the TRANSPOSE function. In other words, you'll learn how to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found